{% extends 'base.html' %} {% load wnsq_tags %} {% load staticfiles %} {% block stylesheets %} {{ block.super }} {% endblock stylesheets %} {% block button_bar %} {% if add_url %} Add {% endif %} {% for but in additional_buttons %} {% if but.icon %} {% endif %}{{ but.label }} {% endfor %} {% if archive_query %} active items {% else %} archive {% endif %} {% if not edit_user_hint %}
{% csrf_token %}
{% endif %} {% endblock button_bar %} {% block content %} {% for fn in verbose_names %} {% endfor %} {% for obj in object_list %} {% for field in obj.items %} {% endfor %} {% endfor %} {% for fn in verbose_names %} {% endfor %}
{{ fn }}
{{ field.1 }}
{{ fn }}
{% endblock content %} {% block scripts %} {{ block.super }} {% block table_init %} {% endblock table_init %} {% endblock scripts %}