{% extends "admin/change_list.html" %} {% load admin_urls i18n %} {% block object-tools %} {# Override object-tools to integrate import/export buttons into unfold header #}
{# Import button #} {% if has_import_permission %} upload {% trans "Import" %} {% endif %} {# Export button #} {% if has_export_permission %} download {% trans "Export" %} {% endif %} {# Add button and other standard tools #} {% if has_add_permission %} add {% endif %}
{% endblock %}