{% extends 'admin.html.twig' %} {% block title %}Adherante - Index{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Liste des adhérantes

Liste des Adhérantes

{{ include('@AppBundle/Default/flashBag.html.twig') }}
{##} {% if is_granted('ROLE_ADMIN') %} {% endif %} {##} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% for user in users %} {##} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% endfor %}
Pseudo Prénom Nom E-mailLast LoginActivation Compte Statut PaiementAttribuer rôle BeActions
Pseudo Prénom Nom E-mailLast LoginActivation Compte Statut PaiementAttribuer rôle BeActions
{{ user.username }} {{ user.prenom }} {{ user.nom }} {{ user.email }}{{ user.lastLogin|date('Y-m-d H:i') }} {% if user.enabled == true %} Enabled {% else %} Disabled {% endif %} {% if user.paiment == 0 or user.paiment == 0 %} Disabled {% elseif(user.paiment == 1) %} Active paiment {% else %} Paied {% endif %} {% if user.enabled == true %} {% else %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% block javascriptPage %} {% endblock %} {% include '@UserBundle/Admin/Adherant/bibliotheque/adherant.html.twig' %} {% endblock %}