{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% 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" %} | |
---|---|---|
{{ export.datetime|date:"SHORT_DATETIME_FORMAT" }} | {{ export.cnt }} | {% trans "Download XML" %} |
{% trans "No exports have been created yet." %} |