{% extends "u2f/base.html" %} {% load argonauts %} {% load i18n %} {% block content %} {{ block.super }}
{% trans 'Scan this in your authenticator app:' %}
{{ qr_svg|safe }}{% trans "Or, if you can't scan a QR Code, enter this key as a time-based account:" %} {{ base32_key }}
{% trans 'Then, enter the token it gives you.' %}
{% endblock %}