{% extends "base.html" %} {% block content %}
Member since {{ profile.created_at.strftime('%B %Y') }}
{% if profile.is_admin %} Admin {% endif %}
{{ profile.username }}
{{ profile.email }}
{{ profile.first_name }} {{ profile.last_name }}
{{ profile.first_name }}
{% if profile.is_admin %}Administrator{% else %}User{% endif %}
Total Points
{{ total_points }}
Achievements data will be shown here
Recent events will be shown here