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

{{class_name}}

{{ item }}

{% if deletable %} Delete {% endif %} {% if editable %} Edit {% endif %}
{% for attr in attrs %} {% endfor %}
{% if attr.2 %} {{ attr.0 }} {% else %} {{ attr.0 }} {% endif %} {% if attr.3 %} {{ attr.1 }} {% else %} {{ attr.1|safe }} {% endif %}
{% endblock %}