{% extends "layouts/base.html" %} {% block title %}Edit {{ user.username }} - TryoutPro{% endblock %} {% block page_title %}{{ _('Edit User') }}{% endblock %} {% block breadcrumb %}Home / Users / Edit{% endblock %} {% block content %}

{{ _('E-Sports Profile') }}

{% for game in esport_games %} {% set games_list = user.get_games_list() %} {% endfor %}
{{ _('Enable Developer Mode in Discord → Right-click profile → Copy ID') }}
Cancel
{% endblock %}