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