{% load helpers %} {% load static %} {% block extra_styles %} {% endblock %} {% for row in table.page.object_list|default:table.rows %} {{ row.record.name }} {{ row.record.description }} {% for column, cell in row.items %} {% if column.verbose_name == "" %} {{ cell }} {% endif %} {% endfor %} {% endfor %}
{{ row.record.description }}