{% if grouper_par_url %} {% for url, bugs in grouped_bugs.items %}
{{ bugs.0.slug_url|default:url }}
{% for bug in bugs %} {% include "partials/ligne-retour.html" %} {% endfor %}
{% empty %} {% include "partials/liste-retour-vide.html" %} {% endfor %} {% else %} {% if bugs_plats %}
{% for bug in bugs_plats %} {% include "partials/ligne-retour.html" %} {% endfor %}
{% else %} {% include "partials/liste-retour-vide.html" %} {% endif %} {% endif %}