{% load i18n %}
{% for column in columns %} {% endfor %} {% for row in rows %} {% for cell in row.cells %} {% endfor %} {% empty %} {% endfor %}
{{ column.title }}
{{ row.id_input }} {{ cell.input }}
{% trans "No related objects found." %}