{% extends "admin/change_list.html" %} {% load spurl %} {% load i18n admin_urls %} {% block object-tools-items %} {% if cl.list_edit_mode_exist %} {% if not cl.is_list_edit_mode %}
  • {% else %}
  • {% endif %} {% endif %} {{ block.super }} {% endblock %}