{% extends "base.html" %} {% load compress static hc_extras %} {% block content %}

Two-factor Authentication

{% if totp_url %}

Please select how you want to authenticate.

{% else %}

Please authenticate using your security key.
When you are ready, press the button below.

{% endif %} {% if totp_url %} Use authenticator app {% endif %}
{% csrf_token %}

Waiting for security key

Follow your browser's steps to authenticate with your security key.

Something went wrong.

Success! Credential acquired.
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}