{% csrf_token %} {% for column in header %} {{ column }} {% endfor %} {% for row in table.rows %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{{ cell.as_html }}
{% if table.features.paginator %} {% include "sdh/table3/paginator.html" %} {% endif %}