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

{% trans "Checkout" %}

{% trans "Before we continue, we need you to answer some questions." %}

{% csrf_token %}
{% if event.settings.invoice_address_asked %} {% endif %} {% for form in forms %}
{% endfor %}
{% endblock %}