Promo {{ promo }} - {{ membres|length }} membre{{ membres|length>1 ? 's' : '' }}

{% if is_granted('ROLE_MEMBRE_ADMIN') %}{% endif %} {% for membre in membres if is_granted('ROLE_MEMBRE_ADMIN') or membre.accountNonExpired %} {% if is_granted('ROLE_MEMBRE_ADMIN') %} {% if membre.accountNonExpired %} {% else %} {% endif %} {% endif %} {% endfor %}
  Nom Prénom Promotion  
{% if membre.webPath is not null %} Avatar {% else %} Gravatar {% endif %} {{ membre.nom }} {{ membre.prenom }} {{ membre.annee}}
{% 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 %}