{% extends 'admin/change_list.html' %} {# --- 适配django原生admin风格 --- #} {% block object-tools %} {{ block.super }} {% if custom_import_and_export_buttons %}
{% if has_export_perm %} {% endif %} {% if has_import_perm %} {% endif %}
{% endif %} {% endblock %}