{% extends "admin/base_site.html" %} {% load i18n admin_urls static import_export_tags adminflow_tags %} {% block extrastyle %} {{ block.super }} {{ form.media }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if sub_sheets %} {% translate "XLSX → one file with multiple sheets · JSON → one nested JSON file" %} {% else %} {% translate "Select fields and format, then click Export." %} {% endif %}