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

{% trans "Welcome back!" %}

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

{% trans "WebAuthn failed. Check that the correct authentication device is correctly plugged in." %}
{% if jsondata %}

{% trans "Alternatively, connect your WebAuthn device. If it has a button, touch it now. You might have to unplug the device and plug it back in again." %}

{% endif %}
{% if jsondata %} {% endif %} {% compress js %} {% endcompress %} {% endblock %}