{% extends "layouts/base.html" %} {% block title %}{{ profile_user.username }} - TryoutPro{% endblock %} {% block page_title %}{{ profile_user.username }}{% endblock %} {% block breadcrumb %}{% endblock %} {% block content %}
| Game | Gamertag | Platform | Profile |
|---|---|---|---|
| {{ gt.game }} | {{ gt.gamertag }} | {{ gt.platform or '-' }} | {% if gt.get_trn_url() %} View Profile {% else %} — {% endif %} |