{% load i18n %}
{% for column in columns %} {% endfor %} {% for row in rows %} {% for cell in row.cells %} {% endfor %} {% empty %} {% endfor %} {% if show_totals %} {% for column in columns %} {% endfor %} {% endif %}
{{ column.title }}
{% blocktrans %}Row actions{% endblocktrans %}
{{ row.id_input }} {{ cell.input }}
{% trans "No related objects found." %}
{% blocktrans %}Totals{% endblocktrans %} {% if column.show_total %} 0 {% endif %}