{% extends "admin/change_list.html" %} {% load i18n admin_urls static admin_list %} {% block object-tools-items %} {% include "admin/import_export/change_list_export_item.html" %} {% if has_add_permission %}
  • {% url cl.opts|admin_urlname:'add' as add_url %} Run Command
  • {% endif %} {% endblock %}