{% extends "layout.html" %} {% block content %}
Username: {{ user.username }}
Account Type: {% if user.is_admin %}Administrator{% else %}User{% endif %}
Member Since: {{ user.created_at.strftime('%Y-%m-%d') }}