{% 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 %} |