{% 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 pos, forms in formgroups %}
{% endfor %}
{% trans "Are you sure your email address is correct?" %}
{% blocktrans trimmed with entered="" suggestion="" %} You entered "{{ entered }}". Did you mean "{{ suggestion }}"? {% endblocktrans %}
{% endblock %}