Retour Client
Suivi des tickets
{{ environnement|capfirst }}
Cahier de tests actif
Liste
Cahier de tests
{% if user.is_admin_revo %}
Ajouter un test
{% csrf_token %}
Importer PDF
{% endif %}
{% include "cahier-recette-stats.html" %}
Tous les statuts
{% for key, label in statut_choices %}
{{ label }}
{% endfor %}
Toutes les catégories
{% for cat in categories %}
{{ cat }}
{% endfor %}
{% include "cahier-recette-liste.html" %}
{% include "chatbot-sidebar.html" %} {% include "barre-onglets-mobile.html" with onglet_actif='cahier' %}