{% extends basetpl %} {% load bootstrap3 %} {% load i18n %} {% load rich_text %} {% load money %} {% load static %} {% block title %}{% trans "Export bank transfer refunds" %}{% endblock %} {% block content %}
{% 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 %}
{% endblock %}