{% block content %}
{% for payment_method in payment_methods[0:3] %}
{% if payment_method.logo %} {% endif %}
{{ payment_method.name }}
{% if payment_method.psp =='stripe' %} {% if payment_method.type =='ideal' %}
{% elseif payment_method.type =='sepa_debit' %}
{% endif %} {% else %} {% if payment_method.extra is defined %} {% for field in payment_method.extra.fields %} {% if field.type == 'selectable' %}
{% endif %} {% endfor %} {% endif %} {% endif %}
{% endfor %} {% if payment_methods|length > 3 %} Meer betaalopties {% endif %}
{% if transaction is defined and transaction.status == "CONFIRMED" %} {% else %} {% endif %}

U wordt omgeleid naar onze betaalpagina waar u het totaalbedrag direct kan voldoen.

{% endblock %} {% block post_js %} {% endblock %}