{% for column_name in columns %} {% endfor %} {% for row in model_data %} {% set loop_index=loop.index-1 %} {% for key, field in row.items() %} {% endfor %} {% endfor %}
{{column_name}}
{{field}} {% include 'table_control_items.html' %}