{% 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.') }}
{{ _('Enable Developer Mode in Discord → Right-click profile → Copy ID') }}

{{ _('Change Password') }}

{{ _('Leave blank to keep your current password.') }}

Cancel
{% endblock %}