{% extends "pretixcontrol/auth/base.html" %} {% load bootstrap3 %} {% load static %} {% load i18n %} {% block content %}

{% trans "Enter confirmation code" %}

{% csrf_token %}

{{ message }}

{% bootstrap_form_errors form type='all' layout='inline' %} {% bootstrap_field form.code %}
{% trans "Cancel" %}
{% endblock %}