{% extends "authentication/_base.html" %} {% load i18n %} {% load static %} {% load widget_tweaks %} {% block heading %} {% translate "Authentication" %} {% endblock heading %} {% block content %}
{% translate "Please authenticate using your FIDO key by following your browser instructions" %}
{% if has_totp and not passwordless_route %}

{% translate "or" %}
{% translate "Use Authenticator app" %}
{% endif %} {% endblock content %}