{% for url, bugs in grouped_bugs.items %}
{{ bugs.0.slug_url|default:url }}
{% for bug in bugs %} {{ bug.pk }} {{ bug.titre }} {% if bug.attente_reponse_revolucy %} R {% elif bug.attente_reponse_client %} {% endif %} {% endfor %}
{% empty %}
Aucun retour en cours
{% endfor %}