{{ bug.get_statut_display }}
{% if bug.jours_ouvert >= 3 and bug.statut != 'V' %}
Ouvert il y a {{ bug.jours_ouvert }} jours
{% endif %}
{{ bug.titre }}
{{ bug.description|safe }}
{% if bug.image %}
{% endif %}
{% if display_status and bug.statut == 'T' %}
{% if bug.relance_validation %}
Ce correctif attend votre validation depuis {{ bug.jours_attente_validation }} jours. Validez-le ou signalez-le comme non résolu pour clôturer le retour.
{% endif %}
Correctif livré par Revolucy
Vérifiez la correction, validez-la ou indiquez-la en non résolu pour nous renvoyer la demande de correction
{% if reponse.repondant == 'R' %}
R
{% else %}
{% endif %}
le {{ reponse.date_ajout }}{% if reponse.temps_passe and afficher_temps_passe %} · {{ reponse.temps_passe }} H passée{% endif %}
{% endfor %}
{% if not bug.statut_bloque %}
{% else %}
Retour validé, la conversation est clôturée. Rouvrez le retour si le problème réapparaît.