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

{% trans "Welcome back!" %}

{% trans "You configured your account two require authentification with a second medium, e.g. your phone. Please enter your verification code here:" %}

{% endblock %}