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