{% load i18n %} {% if rows %}
| {% trans "Action" %} | {% trans "Model" %} | {% trans "Object" %} |
|---|---|---|
| {{ row.label }} | {{ row.model_name }} | {% if row.url %} {{ row.obj_repr }} {% else %} {{ row.obj_repr }} {% endif %} |
{% trans "No related changes in this request." %}
{% endif %}