Logo Revolucy

Retour Client

Suivi des tickets
{% if environnement == 'production' %} {% if jrs_restant_garantie >= 0 %} Production · sous garantie
{{ jrs_restant_garantie }} jours restants de garantie
{% else %} Production
Décompte en ticket horaire ({{ solde_ticket }}H)
{% endif %} {% else %} {{ environnement|capfirst }} {% endif %}
Liste

Kanban

{% if user.is_admin_revo %} Glissez-déposez une carte pour changer son statut {% endif %} {% if environnement == 'recette' or environnement == 'preproduction' %} Cahier de Tests {% else %} Stats {% endif %}
{% for col in kanban_rows %} {% endfor %}
{% for col in kanban_rows %}
{{ col.label }} {{ col.count }} / {{ kanban_total }} · {{ col.pct|floatformat:0 }} %
{% for bug in col.items %}
{% if bug.type == 'B' %} {% elif bug.type == 'Q' %} {% elif bug.type == 'A' %} {% else %} {% endif %} #{{ bug.pk }}

{{ bug.titre }}

{{ bug.slug_url|truncatechars:40 }}

{{ bug.description|safe|truncatechars_html:80 }}

{% endfor %}
Aucun ticket
{% endfor %}
{% include "barre-onglets-mobile.html" with onglet_actif='kanban' %} {% if user.is_admin_revo %} {% endif %}