{% for url, bugs in grouped_bugs.items %}
{{ url }}
{% for bug in bugs %}
{{ bug.pk }} - {{ bug.titre }}
{% if bug.attente_reponse_revolucy %}
{% elif bug.attente_reponse_client %}
⚡
{% endif %}
{% endfor %}
{% empty %}
Aucun bug en cours
{% endfor %}