{% extends 'base.html.twig' %} {% block title %} superAdmin/user {% endblock %} {% block body %}

Administration de {{user.username}}

{% 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') }}

durée : {{ action.duree }}

{{ action.frais }}

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

{% endfor %}
{% endblock %}