{% extends 'base.html.twig' %} {% block title %}Intervention index{% endblock %} {% block body %}

Intervention index

{% for intervention in interventions %} {% else %} {% endfor %}
Id Wording Timestamp Description Address Status actions
{{ intervention.id }} {{ intervention.Wording }} {{ intervention.Timestamp ? intervention.Timestamp|date('Y-m-d H:i:s') : '' }} {{ intervention.Description }} {{ intervention.Address }} {{ intervention.Status }} show edit
no records found
Create new {% endblock %}