{% extends "admin_extra_buttons/action_page.html" %} {% block extrahead %} {% endblock extrahead %} {% block action-content %}

This is a WIP - use carefully

{% csrf_token %} {{ form }}
{% if results %} {% for t, result in results.items %} {% endfor %}
{{ t }} {% for i in result %}{{ i.0 }}{% endfor %}
{% endif %} {% endblock action-content %}