{% extends "admin/change_list.html" %} {% load admin_list i18n %} {% load url from future %} {% block extrahead %} {# The following global variable will assist us in our javascript #} {{ block.super }} {% endblock %} {% block object-tools %} {% comment %} We want to add a cutom form here so that we can implement the page movement correctly. Maybe use backbone instead. {% endcomment %} {{ block.super }}
{% csrf_token %}
{% endblock %} {% block result_list %} {% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %} {% result_list cl %} {% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %} {% endblock %}