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