{% extends "authentication/_base.html" %} {% load i18n %} {% load static %} {% load widget_tweaks %} {% block heading %} {% trans 'Authentication' %} {% endblock %} {% block content %}
{% trans 'Please authenticate using your 2FA key by following your browser instructions' %}
{% endblock %}