{% extends "base.html" %} {% block content %}
{{ user.email }}
{% if user.is_admin %}Administrator{% else %}User{% endif %}
{{ user.created_at.split(' ')[0] }}
Update your password to keep your account secure.
Permanently delete your account and all of your data.