{% extends 'base.html.twig' %} {% block title %}User index{% endblock %} {% block body %}
Id | DisplayName | Roles | Password | CreatedAt | UpdatedAt | actions | |
---|---|---|---|---|---|---|---|
{{ user.id }} | {{ user.email }} | {{ user.displayName }} | {{ user.roles ? user.roles|json_encode : '' }} | {{ user.password }} | {{ user.createdAt ? user.createdAt|date('Y-m-d H:i:s') : '' }} | {{ user.updatedAt ? user.updatedAt|date('Y-m-d H:i:s') : '' }} | show edit |
no records found |