{% extends 'admin.html.twig' %} {% block title %}Super Admin - List Be{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Be List

The Right Way - Admin Template

List des BEs

{{ include('@AppBundle/Default/flashBag.html.twig') }}

{% for user in users %} {% endfor %}
Username Last name E-mail Last Login State Actions
Username Last name E-mail Last Login State Actions
{{ user.username }} {{ user.email }} {{ user.lastLogin|date('Y-m-d H:i') }} {% if user.enabled == true %} Enabled {% else %} Disabled {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% block javascriptPage %} {% endblock %} {% include '@User/SuperAdmin/Be/bibliotheque/admin.html.twig' %} {% endblock %}