{% extends "base.html" %} {% block content %}
View your account details below.
{{ current_user.email or '' }}
{{ current_user.primary_role_name | capitalize }}{{ current_user.username }}
{{ current_user.primary_role_name | capitalize }}
{{ current_user.created_at.strftime('%B %d, %Y') }}
{{ current_user.last_login.strftime('%B %d, %Y at %I:%M %p') if current_user.last_login else 'Never' }}