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

Tâches en cours

{% if taches %} {% set nbr = 0 %} {% for t in taches %} {% set nbr = nbr + 1 %} {% endfor %}
# Date Mission Classe Actions ok Observations
{{nbr}} {{t.date | date("d/m/Y") }} {{t.probleme.mission.name | capitalize }} {{t.probleme.classe}} {{t.description | capitalize }}
{% endif %} {% endblock %}