{% for url, bugs in grouped_bugs.items %}
{{ bugs.0.slug_url|default:url }}
{% for bug in bugs %} {{ bug.pk }} {{ bug.titre }} {% if bug.relance_validation %} {% endif %} {% if bug.statut != 'V' %} {{ bug.jours_ouvert }} j {% endif %} {% if bug.attente_reponse_revolucy %} R {% elif bug.attente_reponse_client %} {% endif %} {% endfor %}
{% empty %} {% if filtres_actifs %}
Aucun retour ne correspond à ces filtres
{% else %}
Aucun retour en cours
{% endif %} {% endfor %}