{% extends "template.html" %} {% block content %}

{{class_name}}

{% if sortable %}
Order
{% endif %} {% if editable %} New Item {% endif %}
{% if index_chart %}
{{index_chart|safe}}
{% endif %} {{ pagination.info|safe }} {{ pagination.links|safe }} {% for field in fields%} {% endfor %} {% for item in items %} {% for col in item %} {% endfor %} {% endfor %}
{{field}}
{% if loop.index == 1 %} {{col.0}} {% else %} {% if col.3 %} {{ col.1 }} {% else %} {{ col.1|safe }} {% endif %} {% endif %}
{{ pagination.links|safe }} {% endblock %}