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

{{class_name}}

{% if sortable %}
Order
{% endif %} {% if editable %} New Item {% endif %}
{% if index_chart %}
{{index_chart|safe}}
{% endif %} {% for item in items%} {{item}}
{% endfor %} {% endblock %}