{% extends "admin_extra_buttons/action_page.html" %}{% load static %} {% block extrahead %} {{ block.super }} {{ form.media }} {% endblock extrahead %} {% block action-content %} {% if is_validator %}

    
{% endif %}
{% csrf_token %} {% if is_validator %} {% endif %}
{{ form.code }}
{{ form.input }}

                
{% endblock action-content %} {% block document_ready %} {{ block.super }} {% if original.target == "script" %} {% endif %} {% if is_validator %} {% endif %} {% endblock document_ready %}