{% load i18n %} {% load league_tags %} {% if roster %}
{% trans "#" %} | {% trans "Position" %} | {% trans "First name" %} | {% trans "Last name" %} | {% trans "Age" %} | {% trans "Weight" %} (kg) | {% trans "Height" %} (cm) |
---|---|---|---|---|---|---|
{{player.jersey}} | {{player.position}} | {{player.name}} | {{player.surename}} | {% player_age player.birth_date %} | {{player.weight}} | {{player.height}} |