{% extends "layouts/base.html" %} {% block title %}Edit Profile - TryoutPro{% endblock %} {% block page_title %}Edit Profile{% endblock %} {% block breadcrumb %}Home / Profile / Edit{% endblock %} {% block content %}

E-Sports Profile

Update your competitive gaming profile for tryouts.

{% for game in esport_games %} {% set games_list = user.get_games_list() %} {% endfor %}
Select all games you're signing in for.
Others can click your TRN to view your stats on tracker.gg.

Change Password

Leave blank to keep your current password.

Cancel
{% endblock %}