{% extends "admin/import_export/base.html" %} {% load i18n %} {% load admin_urls %} {% load import_export_tags %} {% block breadcrumbs_last %}/ {% trans "Export" %} {% endblock %} {% block content %}

{% trans "Export" %}

{% trans "To avoid wrong calculations in the report, make sure all exported items' prices are expressed in the same currency." %} ×
{% csrf_token %}
{% for field in form %} {% if field.widget_type != 'checkbox' %}
{% endif %} {{ field.errors }} {{ field.label_tag }} {{ field }} {% if field.field.help_text %}

{{ field.field.help_text|safe }}

{% endif %} {% if field.widget_type != 'checkbox' %}
{% endif %} {% endfor %}
{% endblock %}