{% load table %} {% if show_header %} {% for header in headers %} {% endfor %} {% endif %} {% for items in rows %} {% for item in items %} {{ item.value|safe|linebreaksbr }} {% endfor %} {% if forloop.counter == LIMIT %} {% endif %} {% if forloop.last %} {% endif %} {% endfor %}
{{ header.value|title }}
Expand to {{ rows_count }} rows
Collapse to {{ LIMIT }} rows