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

Taches index

Créer {% for tach in taches %} {% else %} {% endfor %}
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
{% endblock %}