{% load helpers %} {% load static %} {% block extra_styles %} {% endblock %}
{% for row in table.page.object_list|default:table.rows %}
{{ row.record.name }}

{{ row.record.name }}

{{ row.record.description }}

Author: {{ row.record.author }}
Version: {{ row.record.version }}
{% for column, cell in row.items %} {% if column.verbose_name == "" %} {{ cell }} {% endif %} {% endfor %}
{% endfor %}