Historique

{% if is_granted('ROLE_USER') %} Ajouter {% endif %}
{% if plan_comptage and plan_comptage.getHistoriques|length != 0 %} {% for historique in plan_comptage.getHistoriques %} {% if is_granted('ROLE_USER') %} {% endif %} {% else %} {% endfor %}
Date Utilisateur Commentaire Actions
{{ historique.date|date('d/m/Y H:i') }} {{ historique.user.presentation }} {{ historique.commentaire|nl2br }}
Aucun tableau renseigné
{% else %}

Aucune donnée

{% endif %}