{% extends "base.html" %}
{% load i18n bootstrap3 dv_filters %}
{% block head_title %}{% blocktrans with name=userprofile.get_full_name %}Modifier le niveau d’accès de {{name}} ?{% endblocktrans %}{% endblock %}
{% block content %}
{% if requester_is_state_manager and profile_is_coordinator %}
{% blocktrans with name=userprofile.get_full_name %}Modifier les établissements gérés de {{name}} ?{% endblocktrans %}
{% else %}{% blocktrans with name=userprofile.get_full_name %}Modifier le niveau d’accès de {{name}} ?{% endblocktrans %}{% endif %}