{% extends "layout.html" %} {% import "card.html" as card %} {% block content %}
On team {{ public_team.name }}. {% if user.id == public_user.id %} This is your profile, go to your account view. {% endif %}
This player has no solves yet.
{% endif %} {% endcall %} {% endcall %}