{% extends 'base.html.twig' %} {% block title %}User index{% endblock %} {% block body %}
| Id | Username | Roles | Password | actions |
|---|---|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.roles ? user.roles|json_encode : '' }} | {{ user.password }} | show edit |
| no records found | ||||