{% extends "pretixpresale/event/checkout_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %}

{% trans "For some of the products in your cart, you can choose additional options before you continue." %}

{% csrf_token %}
{% for form in forms %}
{% endfor %}
{% endblock %}