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

{% trans "Welcome back!" %}

{% trans "We just want to make sure it's really you. Please re-enter your password to continue." %}

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

{% trans "Alternatively, you can use your WebAuthn device." %}

{% endif %}
{% trans "Log in as someone else" %}
{% if jsondata %} {% endif %} {% compress js %} {% endcompress %}
{% endblock %}