Kanban
Liste
{% if environnement == 'preproduction' %}
Recette
{% else %}
Stats
{% endif %}
{% for col in kanban_rows %}
{{ col.label }}
— {{ col.count }} / {{ kanban_total }} • {{ col.pct|floatformat:0 }}%
{% for bug in col.items %}
{% endfor %}
{% endfor %}
{% if user.is_admin_revo %}
{% endif %}