{% extends 'base.html.twig' %} {% block title %}Hello AdminController!{% endblock %} {% block body %}

administration de l'association :

{{association.name}}

{% if users is empty %} {% else %} {% for user in users %} {% endfor %} {% endif %}
Utilisateur Email Supprimer
Aucun utilisateur
{{ user.username }} {{ user.email }}
{{ knp_pagination_render(users) }} {#
{% for action in actions %}

{{ action.user.username }}

{{ action.villeDepart }}

{{ action.villeArrive }}

{{ action.km }}

{{ action.raisons }}

{{ action.heureDepart|date('H:i') }}

{{ action.heureArrivee|date('H:i') }}

{{ action.duree }}

{{ action.frais }}

{{ action.date|date('d/m/Y') }}

{% endfor %}
#} {% endblock %} {% block javascript %} {{ encore_entry_script_tags('sort') }} {% endblock %}