{% extends basetpl %} {% load i18n %} {% load money %} {% load static %} {% block title %}{% trans "SEPA debit" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} {{ num_new }} SEPA debit orders have been placed and are not yet exported as Sepa XML. {% endblocktrans %}
{% if num_new > 0 %} {% endif %}{% 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 }} | {% if export.currency %} {{ export.sum|default_if_none:0|money:export.currency }} {% else %} {{ export.sum|default_if_none:0|money:export.event.currency }} {% endif %} | {% if export.event %} {% trans "Orders" %} {% trans "Download XML" %} {% else %} {% trans "Orders" %} {% trans "Download XML" %} {% endif %} |
{% trans "No exports have been created yet." %} |