{% extends "base-admin.html.twig" %} {% block title %}Accounts users {{parent()}}{% endblock %} {% block body %}

Accounts users

Add
{%for entity in tab%} {%endfor%}
#ID Mister/Madam Fullname E-mail Pseudo Registration date Profile State Options
{{entity.id}} {{entity.civility}} {{entity.name ~' '~entity.surname}} {{entity.email}} {{entity.username}} {{entity.registrationDate | date('d/m/Y à H\\h:i')}} {%if entity.src is not null%} {%else%} {%endif%} {%if entity.actived%}activé{%else%}désactivé{%endif%} Edit
{% endblock %}