{% extends 'base.html.twig' %} {% block title %}User index{% endblock %} {% block body %}
Id | FirstName | LastName | BirthDate | Phone | Roles | Password | actions | |
---|---|---|---|---|---|---|---|---|
{{ user.id }} | {{ user.email }} | {{ user.FirstName }} | {{ user.LastName }} | {{ user.BirthDate ? user.BirthDate|date('Y-m-d') : '' }} | {{ user.Phone }} | {{ user.roles ? user.roles|json_encode : '' }} | {{ user.password }} | show edit |
no records found |