{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Checkout" %}{% endblock %} {% block content %}

{% trans "Checkout" %}

{% trans "Please select how you want to pay." %}

{% csrf_token %}
{% for p in providers %}

{% endfor %}
{% endblock %}