{% 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 }} | {% if user.id != null %} show edit {% endif %} |
| no records found | ||||