{% extends "authentication/_base.html" %} {% load i18n %} {% load static %} {% load widget_tweaks %} {% block heading %} {% translate "Authentication" %} {% endblock heading %} {% block content %}
{% blocktranslate trimmed %} Please open your authenticator app on your device and enter the 6-digit code for "{{ BRANDING_TITLE }}" to verify your identity: {% endblocktranslate %}
{% csrf_token %}
{% if can_use_webauthn %}

{% translate "or" %}
{% translate "Use Security Key" %}
{% endif %} {% endblock content %}