{{ ligne.code }} {% if ligne.categorie %}{{ ligne.categorie }}{% endif %}
{{ ligne.libelle|linebreaksbr }}
{% if ligne.commentaire %}
{{ ligne.commentaire }}
{% endif %} {% if ligne.tickets.exists %}
{% for ticket in ligne.tickets.all %} #{{ ticket.pk }} {% endfor %}
{% endif %}
{% csrf_token %}
{% if ligne.date_statut %}
{{ ligne.date_statut|date:"d/m/Y H:i" }}
{{ ligne.utilisateur_statut }}
{% endif %}
{% if ligne.statut != 'V' %} {% endif %} {% if ligne.statut != 'R' %} {% endif %} {% if ligne.statut != 'A' %} {% endif %}