{% load i18n %} {% if rows %}
{% for row in rows %} {% endfor %}
{% trans "Action" %} {% trans "Model" %} {% trans "Object" %}
{{ row.label }} {{ row.model_name }} {% if row.url %} {{ row.obj_repr }} {% else %} {{ row.obj_repr }} {% endif %}
{% if extra_count %}
+{{ extra_count }} {% trans "more" %}
{% endif %} {% else %}

{% trans "No related changes in this request." %}

{% endif %}