{% for column_name in columns %} {% endfor %} {% for row in model_data %} {% set loop_index=loop.index-1 %} {% for key, field in row.items() %} {% if key != '_id' %} {% endif %} {% endfor %} {% endfor %}
{{column_name}}
{% if field is sameas true or field is sameas false %} {{ field }} {% elif field is number | float %} {{field|round(round_number)}} {% else %} {{field}} {% endif %} {% include 'table_control_items.html' %}