Back to search {% if request.user.is_authenticated %} | View shortlist | Signed in as {{ request.user.username }} |

{% csrf_token %}
{% else %} | Log in {% endif %}

{{ player.full_name }}

{% if request.user.is_authenticated %} {% if is_favorite %}

On your shortlist.

{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} {% else %}

Log in to manage your shortlist

{% endif %}

Position: {{ player.position }}

Nationality: {{ player.nationality|default:"-" }}

Birth date: {{ player.birth_date|default:"-" }}

Height (cm): {{ player.height_cm|default:"-" }}

Weight (kg): {{ player.weight_kg|default:"-" }}

Wingspan (cm): {{ player.wingspan_cm|default:"-" }}

Roles: {% for role in player.roles.all %} {{ role.name }}{% if not forloop.last %}, {% endif %} {% empty %} - {% endfor %}

Specialties: {% for specialty in player.specialties.all %} {{ specialty.name }}{% if not forloop.last %}, {% endif %} {% empty %} - {% endfor %}

Scouting Notes

{% if request.user.is_authenticated %}

These notes are visible only to your account.

{% csrf_token %}
{% else %}

Log in to add personal notes

{% endif %}

Season Contexts