{% extends "admin_extra_buttons/action_page.html" %}{% load static %} {% block extrahead %} {{ block.super }} {{ form.media }} {% endblock extrahead %} {% block action-content %} {% if is_validator %}
{% endif %} {% endblock action-content %} {% block document_ready %} {{ block.super }} {% if original.target == "script" %} {% endif %} {% if is_validator %} {% endif %} {% endblock document_ready %}