{% load i18n %} {% if sections %} {% for section in sections %}
{{ section.model_name }}
{% for badge in section.badges %} {{ badge }} {% endfor %} {% if section.extra_count %} +{{ section.extra_count }} {% trans "more" %} {% endif %}
{% if not forloop.last %}
{% endif %} {% endfor %} {% else %}

{% trans "No other affected objects." %}

{% endif %}