{% extends basetpl %} {% load bootstrap3 %} {% load i18n %} {% load rich_text %} {% load money %} {% load static %} {% block title %}{% trans "Export bank transfer refunds" %}{% endblock %} {% block content %}

{% trans "Export SEPA xml" %}

{% blocktrans with cnt=export.cnt sum=export.sum|money:export.currency date=export.datetime|date %} You are trying to download a refund export from {{ date }} with {{ cnt }} order{{ cnt|pluralize }} and a total of {{ sum }}. {% endblocktrans %}

{% blocktrans %} Please state from which bank account the refunds should be transferred from. {% endblocktrans %}

{% csrf_token %}
{% bootstrap_form form layout="control" %}
{% endblock %}