{% extends 'base.html.twig' %} {% block title %}Taches index{% endblock %} {% block body %}
| Id | Date | Importance | Technicien | Description | actions |
|---|---|---|---|---|---|
| {{ tach.id }} | {{ tach.date ? tach.date|date('Y-m-d H:i:s') : '' }} | {{ tach.importance }} | {% for item in tach.techniciens %} {{ item.icone | raw }} {% endfor %} | {{ tach.description }} | show edit |
| no records found | |||||