{% extends "base.html" %} {% block title %}Your account — {{ app_name }}{% endblock %} {% block content %}

Your account

Email
Full name
Verified
Member since
Update profile
Change password
Change email
{% if enable_sms_2fa %}
SMS two-factor authentication

{% endif %} {% if enable_account_deletion %}
Delete account

This permanently removes your account and cannot be undone.

{% endif %}

{% endblock %}