{% load i18n %} {% load bootstrap3 %} {% if explanation %}

{{ explanation }}

{% endif %}
{% if request.session.payment_stripe_sepa_debit_payment_method_id %}

{% blocktrans trimmed %} You already entered a bank account that we will use to charge the payment amount. {% endblocktrans %}

{% trans "Banking Institution" %}
{{ request.session.payment_stripe_sepa_debit_bank }}
{% trans "Account number" %}
**** **** **** {{ request.session.payment_stripe_sepa_debit_last4 }}
{% endif %}
{% bootstrap_form form layout='horizontal' %}

{% blocktrans trimmed with sepa_creditor_name=settings.sepa_creditor_name %} By providing your payment information and confirming this payment, you authorize (A) {{ sepa_creditor_name }} and Stripe, our payment service provider and/or PPRO, its local service provider, to send instructions to your bank to debit your account and (B) your bank to debit your account in accordance with those instructions. As part of your rights, you are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited. Your rights are explained in a statement that you can obtain from your bank. You agree to receive notifications for future debits up to 2 days before they occur. {% endblocktrans %}