{% extends "base.html" %} {% block content %}
{% if user.picture %} Profile {% else %}
{{ user.username[0]|upper }}
{% endif %}

{{ user.username }}

Member since {{ user.created_at.strftime('%B %Y') }}

{% if user.is_admin %} Admin {% endif %} Team Captain

{% if request.query_params.message %}
{{ request.query_params.message }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

Personal Information

Change your username (must be unique)

JPG or PNG formats only

Control who can see your information

Your Statistics

Total Points

378

QR Codes Redeemed

24

Teams Joined

3

Best Position

#2

Your Teams

Quiz Wizards
Captain

Current Points: 187

Current Rank: #4

View Team
Trivia Titans
Member

Current Points: 215

Current Rank: #2

View Team
Join or Create Another Team

Danger Zone

The following actions are irreversible. Please proceed with caution.

{% endblock %}