{% 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.') }}
{% else %}{{ t('Two-factor authentication adds an additional layer of security to your account by requiring more than just a password to log in.') }}
{{ icon('shield', 14) }} {{ t('Setup Two-Factor') }} {% endif %}{{ t('No other active sessions.') }}
{% endif %} {% else %}{{ t('No active sessions.') }}
{% endif %}