{% extends "admin_extra_buttons/action_page.html" %}{% load static %} {% block extrahead %}{{ block.super }} {{ form.media }} {% endblock extrahead %} {% block action-content %}
{% for i in icons %}
{% endfor %}
{% csrf_token %} {{ form }}
{% endblock action-content %}