{% 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 %}
{% for form in forms %} {% endfor %}
{% endblock %}