{% 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" %}
{% endblock content %}