{% extends "pretixpresale/event/checkout_base.html" %} {% load i18n %} {% load bootstrap3 %} {% load rich_text %} {% load lists %} {% load escapejson %} {% block inner %}
{% trans "Before we continue, we need you to answer some questions." %}
{% if profiles_data %} {{ profiles_data|json_script:"profiles_json" }} {% endif %} {% endblock %}