{% extends "pretixplugins/banktransfer/import_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %}

{% trans "Upload a new file" %}

{% blocktrans trimmed %} This page allows you to upload bank statement files to process incoming payments. {% endblocktrans %}

{% blocktrans trimmed %} Currently, this feature supports .csv files and files in the MT940 format. {% endblocktrans %}

{% csrf_token %}

{% trans "HBCI import" %}

{% if hbci_available %}
{% csrf_token %} {% bootstrap_form hbci_form layout='horizontal' %}

{% trans "Please note that this step might take a few minutes." %}

{% blocktrans trimmed %} Your HBCI PIN code is only stored on the server for a very short time and immediately deleted after the communication with the bank is over. However, we strongly advise you to ask your bank for HBCI credentials that have read-only access to your bank account. {% endblocktrans %}
{% else %}
{% trans "HBCI is only available with aqbanking-cli and aqhbci-tool4 installed." %}
{% endif %}
{% endblock %}