{% if bug %}

N°{{ bug.pk }}

{% if user.is_admin_revo %} {% endif %}
{{ bug.get_statut_display }} Ouvert il y a {{ bug.jours_ouvert }} jour{{ bug.jours_ouvert|pluralize }}

{{ bug.titre }}

{{ bug.description|safe }}
{% if bug.image %}
Capture jointe
{% 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

{{ display_status }}
{% 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 %}
{% endif %} {% if bug.statut == 'V' %} {% endif %}
Date
{{ bug.date_ajout }}
Lien URL
{% if bug.lien_url %}{{ bug.slug_url|default:bug.lien_url }}{% endif %}
Utilisateur
{{ bug.utilisateur }}
Priorité
{% if bug.priorite == 'C' %} {{ bug.get_priorite_display }} {% elif bug.priorite == 'B' %} {{ bug.get_priorite_display }} {% else %} {{ bug.get_priorite_display }} {% endif %}
Type
{% if bug.type == 'B' %} {% if user.is_admin_revo %}Bug{% else %}Anomalie{% endif %} {% elif bug.type == 'Q' %} {{ bug.get_type_display }} {% elif bug.type == 'A' %} {{ bug.get_type_display }} {% else %} {{ bug.get_type_display }} {% endif %}
Navigateur
{{ bug.navigateur }}
{% if bug.ligne_cahier_recette %}
Ligne de test
[{{ bug.ligne_cahier_recette.code }}] {{ bug.ligne_cahier_recette.libelle|truncatechars_html:80 }}
{% endif %}

Commentaires

{% for reponse in bug.retour_client.all %}
{{ reponse.reponse|safe }} {% if reponse.piece_jointe %} Pièce jointe {% 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 %}
{% csrf_token %}
{{ form.reponse }} {% if form.reponse.errors %} {% for error in form.reponse.errors %}

{{ error|escape }}

{% endfor %} {% endif %}
{{ form.piece_jointe }} {% if form.piece_jointe.errors %} {% for error in form.piece_jointe.errors %}

{{ error|escape }}

{% endfor %} {% endif %}
{{ form.temps_passe }} {% if form.temps_passe.errors %} {% for error in form.temps_passe.errors %}

{{ error|escape }}

{% endfor %} {% endif %}
{{ form.repondant }}
{% else %}
Retour validé, la conversation est clôturée. Rouvrez le retour si le problème réapparaît.
Rouvrir ce retour
{% endif %}
{% else %}
Sélectionnez un retour pour voir son détail

Commentaires

Sélectionnez un retour pour voir les échanges
{% endif %}