{% load i18n wagtailadmin_tags %} {% comment "text/markdown" %} Variables accepted by this template: - `view` - a view instance (usually of `SpreadsheetExportMixin`) that has `xlsx_export_url` and `csv_export_url` properties. {% endcomment %} {% fragment as button %} {% icon name="download" wrapped=1 %}{% trans 'Download XLSX' %} {% endfragment %} {% dropdown_button button=button toggle_icon="arrow-down" %} {% icon name="download" wrapped=1 %}{% trans 'Download CSV' %} {% enddropdown_button %}