{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load eventurl %} {% load rich_text %} {% load money %} {% block title %}{% trans "Change payment method" %}{% endblock %} {% block custom_header %} {{ block.super }} {% include "pretixpresale/event/fragment_walletdetection_head.html" %} {% endblock %} {% block content %}
{% blocktrans trimmed %} Please note: If you change your payment method, your order total will change by the amount displayed to the right of each method. {% endblocktrans %}
{% endif %} {% endblock %}