{% extends "pretixcontrol/auth/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load compress %} {% load static %} {% block content %}
{% if form.backend.url %} {% blocktrans trimmed with login_provider=form.backend.verbose_name %}We just want to make sure it's really you. Please re-authenticate with '{{ login_provider }}'.{% endblocktrans %} {% else %} {% trans "We just want to make sure it's really you. Please re-enter your password to continue." %} {% endif %}
{% trans "Alternatively, you can use your WebAuthn device." %}