{% extends basetpl %} {% load i18n %} {% load money %} {% load static %} {% block title %}{% trans "Export bank transfer refunds" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} {{ num_new }} Bank transfer refunds have been placed and are not yet part of an export. {% endblocktrans %}
{% if request.event.testmode %}{% trans "Export date" %} | {% trans "Number of orders" %} | {% trans "Total amount" %} | |
---|---|---|---|
{{ export.datetime|date:"SHORT_DATETIME_FORMAT" }} {% if export.testmode %} {% trans "TEST MODE" %} {% endif %} | {{ export.cnt }} | {{ export.sum|default_if_none:0|money:export.currency }} | {% if not export.downloaded %} {% trans "not downloaded" %} {% endif %} {% if export.event %} {% trans "Download CSV" %} {% if export.currency == "EUR" %} {% trans "SEPA XML" %} {% endif %} {% else %} {% trans "Download CSV" %} {% if export.currency == "EUR" %} {% trans "SEPA XML" %} {% endif %} {% endif %} |
{% trans "No exports have been created yet." %} |