{{ bug.get_statut_display }}Ouvert il y a {{ bug.jours_ouvert }} jour{{ bug.jours_ouvert|pluralize }}
{{ 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
{% endif %}
{% if display_status and bug.statut != 'T' %}
{{ display_status }}
{% if user.is_admin_revo and openhands_bouton %}
{% include 'partials/openhands-controle.html' with openhands_btn_class='rvl-duo-revoia' %}
{% endif %}
{% endif %}
{% if user.is_admin_revo and bug.statut == 'A' or user.is_admin_revo and bug.statut == 'E' %}
{% endif %}
{% if user.is_admin_revo and openhands_bouton %}
{% if bug.openhands_mr_url %}
Voir la MR
{% endif %}
{% if not display_status or bug.statut == 'T' %}
{% include 'partials/openhands-controle.html' %}
{% endif %}
{% 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.