Username
{{ user.username }}
Email
{{ user.email if user.email else 'Not provided' }}
{% if user.email and not user.is_verified %}
Unverified
{% endif %}
Member Since
{{ user.created_at.strftime('%B %d, %Y') }}
Account Type
{{ user.account_type.value if user.account_type else 'Standard' }}