{% extends "mfa/base.html" %} {% load static i18n django_bootstrap5 mfa %} {% block title %}{% translate 'Add TOTP key' %} · {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
{% csrf_token %} {% include 'utils/form_errors.html' with form=form %} {% bootstrap_field form.name %}

{% translate 'Scan the QR-code with your TOTP app and enter a valid code to finish registration.' %}

{% bootstrap_field form.code %}
{% endblock %}