{% extends "pretixplugins/banktransfer/import_base.html" %} {% load i18n %} {% block inner %}
{% trans "The result of your import is in progress. Please be patient while we process the data…" %}
| {{ transactions_valid }} | {% trans "Orders marked as paid" %} |
| {{ transactions_invalid }} | {% trans "Invalid payments" %} |
| {{ transactions_ignored }} | {% trans "Ignored payments" %} |