{% extends "base.htm" %} {% load static %} {% load i18n %} {% block loading_mask %} {% endblock loading_mask %} {% block body %}
{% trans "This page will expire in 5 minutes." %}
{% trans 'Scan the QR code below with your external authentication application.' %}
{% trans 'Enter the data below into your external authentication application.' %}
{% trans 'Issuer Name:' %}
{{ new_mfa_hash_manual_entry_data.issuer_name }}
{% trans 'Account Name:' %}
{{ new_mfa_hash_manual_entry_data.name }}
{% trans 'Secret Key:' %}
{{ new_mfa_hash_manual_entry_data.new_mfa_hash }}
{% trans 'Algorithm Type:' %}
{% trans 'Time based' %}