{% extends "pretixpresale/event/checkout_base.html" %} {% load i18n %} {% load money %} {% load bootstrap3 %} {% load rich_text %} {% block inner %} {% if current_payments %}
{% trans "You already selected the following payment methods:" %}
{% if remaining %}{% trans "Please select how you want to pay the remaining balance:" %}
{% endif %} {% else %}{% trans "Please select how you want to pay." %}
{% endif %} {% endblock %}