{% extends "layout.html" %} {% block body %}
| Name | {{ ((current_user.title + " ") if current_user.title else "") + current_user.first_name + " " + current_user.last_name }} {% if current_user.verified %} Edit {% endif %} |
| {{ current_user.email }} {% if current_user.verified %} Verified {% else %} Not verified {% endif %} | |
| Unique ID | {{ current_user.id }} |
{{ note.body }}
You have no notes
{% endfor %}Click the button below to permanently delete your account.
Deleting your account is irreversible. All of your data, including notes and messages (sent and received) will be permanently deleted!