{% 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 trimmed with sum=export.sum|money:export.currency date=export.datetime|date count cnt=export.cnt %} You are trying to download a refund export from {{ date }} with one order and a total of {{ sum }}. {% plural %} You are trying to download a refund export from {{ date }} with {{ cnt }} order and a total of {{ sum }}. {% endblocktrans %}

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

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