{{ ligne.code }} {% if ligne.categorie %}{{ ligne.categorie }}{% endif %}

{{ ligne.libelle|linebreaksbr }}

{% if ligne.statut == 'V' %} Validé {% elif ligne.statut == 'R' %} Refusé {% else %} En attente {% endif %}
{% if ligne.commentaire %}
{{ ligne.commentaire }}
{% endif %}
{% csrf_token %}
{% if ligne.tickets.exists %}
Tickets liés : {% for ticket in ligne.tickets.all %} #{{ ticket.pk }} {% endfor %}
{% endif %}
{% if ligne.date_statut %} {{ ligne.date_statut|date:"d/m/Y H:i" }}{% if ligne.utilisateur_statut %} · {{ ligne.utilisateur_statut }}{% endif %} {% endif %}
{% if ligne.statut != 'V' %} {% endif %} {% if ligne.statut != 'R' %} {% endif %} {% if ligne.statut != 'A' %} {% endif %} {% if user.is_admin_revo %} {% endif %}