{% load i18n %} {% if records %} {% for column in columns %} {% endfor %} {% for record in records %} {% for attr in record.attrs %} {% endfor %} {% endfor %}
{{ column.text }}
{% if forloop.first and record.enumeration %} {{ record.enumeration }}.  {% endif %} {{ attr|safe }}
{% else %} {% trans "None" %} {% endif %}