{% extends "admin/change_form.html" %} {% load static i18n admin_urls %} {% comment %} Template to extend default change page template with "Re-run" button. {% endcomment %} {% block object-tools-items %} {% if original.pk %} {% if IMPORT_EXPORT_RERUN_ENABLED %}
  • {% translate "Re-run" %}
  • {% endif %} {% endif %} {{ block.super }} {% endblock %}