{% extends "layout.html" %} {% block title %}{{ _('User Profile') }}{% endblock %} {% block content %}
@{{ user.username }}
{{ _('TOTP is currently enabled for your account.') }}
{% else %}{{ _('Enhance your account security by enabling Two-Factor Authentication.') }}
{% endif %}