{% extends "layouts/base.html" %} {% block title %}My Profile - TryoutPro{% endblock %} {% block page_title %}My Profile{% endblock %} {% block breadcrumb %}{% endblock %} {% block header_actions %}
{% endblock %} {% block content %}Member since {% if user.created_at %}{{ user.created_at.strftime('%B %Y') }}{% else %}Unknown{% endif %}
Tryouts Registered
Evaluations Received
Team Assignments
Evaluations Given
No statistics available for this role.
{% endif %}