{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load eventurl %} {% load money %} {% block title %}{% trans "Change payment method" %}{% 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 %}
{% endblock %}