{% set active = "" %} {% extends 'base.html.twig' %} {% block title %}Intervention index{% endblock %} {% block body %}

Intervention index

{% for intervention in interventions | reverse %} {% else %} {% endfor %}
Id Heure Montant Description Date de création Distance Type Numero Images TxHeure TxKm Pause actions
{{ intervention.id }} {{ intervention.heure }} {{ intervention.montant }} {{ intervention.description }} {{ intervention.date ? intervention.date|date('Y-m-d H:i:s') : '' }} {{ intervention.distance }} {{ intervention.type }} {{ intervention.numero }} {{ intervention.images ? intervention.images|join(', ') : '' }} {{ intervention.txHeure }} {{ intervention.txKm }} {{ intervention.pause }} show edit
no records found
Create new
{% endblock %}