{% extends "admin/base_site.html" %} {% block content %}

{% block action_header %}Do the action with the folwoing parameters{% endblock %}

{% csrf_token %} {{ form }}

The action will be applied to:

{% endblock %}