{% extends "admin_extra_buttons/action_page.html" %}{% load aurora %} {% block extrahead %} {% endblock extrahead %} {% block breadcrumbs-active %}› {{ title }}{% endblock %} {% block action-content %}
{% csrf_token %} {{ form }}
Configuration
{{ opts_form }} {{ fmt_form }} {% if qs %}
Result
Filters: {{ filters }}
Exclude: {{ exclude }}
Fields: {{ all_fields|join:", " }}
Skipped: {{ skipped|join:", " }}
{% for fname in all_fields %} {% endfor %} {% for r in qs %} {% for fname in all_fields %} {% endfor %} {% endfor %}
{{ fname }}
{{ r|lookup:fname }}
{# {% else %} #} {% endif %}
{% endblock action-content %}