{% extends "base.html" %} {% block content %}
{{ user.email }}
{% if user.is_admin %}Administrator{% else %}User{% endif %}
{{ user.created_at.strftime('%Y-%m-%d') }}
Update your password to keep your account secure.
Permanently delete your account and all of your data.