Retour Client
Suivi des tickets
{% if user.is_admin_revo %}
{{ nb_bug }}
Anom.
{{ nb_question }}
Qst
{{ nb_v1 }}
MAJ
{{ nb_v2 }}
V2
{{ nb_non_classe }}
NC
{% endif %}
{% if environnement == 'production' %}Production{% if jrs_restant_garantie >= 0 %} · sous garantie{% endif %}{% elif environnement == 'preproduction' %}Préproduction{% elif environnement == 'recette' %}Recette{% else %}{{ environnement }}{% endif %}
{% if environnement == 'production' %}
{% if jrs_restant_garantie >= 0 %}{{ jrs_restant_garantie }} jours restants de garantie{% else %}Décompte en ticket horaire · {{ solde_ticket }} H{% endif %}
{% elif environnement == 'recette' %}
Cahier de tests actif
{% endif %}
Liste
{% if user.is_admin_revo %} {% if openhands_bouton %}
RevoIA
{% endif %}
MD
{% endif %}
Kanban
{% if environnement == 'recette' or environnement == 'preproduction' %}
Cahier
{% else %}
Stats
{% endif %}
{% include "recherche-filtre-bug.html" %}
{% include "liste-retour-client.html" %}
{% include "detail-retour-client.html" %}
{% include "chatbot-sidebar.html" %} {% include "barre-onglets-mobile.html" with onglet_actif='liste' %}