Nom Prénom | Promotion | {% if is_granted('ROLE_MEMBRE_ADMIN') %} {% endif %}||
---|---|---|---|
{% if membre.webPath is not null %}
|
{{ membre.nom }} {{ membre.prenom }} | {{ membre.annee}} | {% if is_granted('ROLE_MEMBRE_ADMIN') %} {% if membre.accountNonExpired %} {% else %} {% endif %} {% endif %}
{% if is_granted('ROLE_MEMBRE_ADMIN') %}
{% if not isgranted("ROLE_MEMBRE", membre) %}
Promouvoir
{% endif %}
{% endif %}
{% if is_granted('ROLE_ALLOWED_TO_SWITCH') and not is_granted('ROLE_PREVIOUS_ADMIN') %}Impersonate{% endif %}
Profil
{% if is_granted('ROLE_MEMBRE_ADMIN') %}Editer{% endif %}
{% if is_granted('ROLE_ADMIN') %}{% endif %}
|