Logo Revolucy

Retour Client - {{ environnement }}{% 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 %}{% endif %}

Kanban Liste {% if environnement == 'recette' %} Cahier de Tests {% else %} Stats {% endif %}

{% for col in kanban_rows %}
{{ col.label }} — {{ col.count }} / {{ kanban_total }} • {{ col.pct|floatformat:0 }}%
{% for bug in col.items %}
#{{ bug.pk }} - {{ bug.titre }} {{ bug.icone_type|safe }}
{{ bug.slug_url|truncatechars:40 }}
{{ bug.description|safe|truncatechars_html:50 }}
{% endfor %}
{% endfor %}
{% if user.is_admin_revo %} {% endif %}