{% extends "layouts/base.html" %} {% block title %}Register - TryoutPro{% endblock %} {% block auth_content %}

E-Sports Profile

Set up your competitive gaming profile for tryouts.

{% for game in esport_games %} {% endfor %}
Select all games you're signing in for.
{% set discord_suggestions = session.get('discord_oauth', {}).get('gamertag_suggestions', {}) %} {% for game in esport_games %}
Your in-game name or username for {{ game }}. {% if game in discord_suggestions %} Pre-filled from Discord connections. {% endif %}
{% endfor %}
Your public Tracker Network profile name. Others can click it to view your stats.
{% set discord_data = session.get('discord_oauth') %} {% if discord_data %}
{% if discord_data.avatar %} {% set avatar_url = 'https://cdn.discordapp.com/avatars/' + discord_data.id|string + '/' + discord_data.avatar + '.png?size=64' %} Discord Avatar {% else %}
{% endif %}
Reconnect
Your Discord account is connected. Gamertags from your linked game accounts have been pre-filled.
{% else %}

Connect your Discord account to automatically fill your profile and gamertags from your connected game accounts (Steam, Battle.net, Xbox, etc.).

Connect Discord Account You can also enter your Discord username manually below.
{% endif %}
Connect your League OS profile for organized play.

Security

{% endblock %}