{% extends 'base.html.twig' %} {% block title %}Mes interventions{% endblock %} {% block body %}
Date | Description | Adresse | Statut | |
---|---|---|---|---|
{{ intervention.Timestamp ? intervention.Timestamp|date('d/m/Y H:i') : '' }} | {{ intervention.Description }} | {{ intervention.Address }} | {{ intervention.Status }} | Voir |
Vous n’avez aucune intervention assignée.
{% endif %} {% endblock %}