{% extends "base.html" %} {% block title %}Profile - {{ app_name }}{% endblock %} {% block content %}

User Profile

Account Information
Username: {{ current_user.username }}
Email: {{ current_user.email }}
Member Since: {{ current_user.created_at.strftime('%B %d, %Y') }}
Statistics

{{ set_count }}

Sets Added

{{ instruction_count }}

Instructions

{% endblock %}