{% extends "base.html" %} {% from "macros.html" import icon, btn, badge %} {% block title %}{{ t('My Profile') }}{% endblock %} {% block content %}
{{ request.user.email }}
{{ t('Your account is secured with an extra layer of protection using a TOTP authenticator app.') }}
{{ t('Two-factor authentication adds an additional layer of security to your account by requiring more than just a password to log in.') }}