Back to search

{{ player.full_name }}

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

Season Contexts