{% extends 'base.html.twig' %} {% block title %}User index{% endblock %} {% block body %}
| Id | Roles | Password | Name | RegistredAt | actions | |
|---|---|---|---|---|---|---|
| {{ user.id }} | {{ user.email }} | {{ user.roles ? user.roles|json_encode : '' }} | {{ user.password | slice(0,15) }} | {{ user.name }} | {{ user.registredAt ? user.registredAt|date('Y-m-d H:i:s') : '' }} | show edit |
| no records found | ||||||