{% extends "pretix_swap/presale/new.html" %} {% load bootstrap3 %} {% load i18n %} {% load static %} {% block inner %}
{% blocktrans trimmed %} Please provide your bank data for your refund here. {% endblocktrans %} {% if request.event.settings.swap_cancellation_fee %} {% blocktrans trimmed with fee=request.event.settings.swap_cancellation_fee %} Please note that there is a cancellation fee of EUR {{ fee }}. {% endblocktrans %} {% endif %}