{% load static %} {% load menuitems %} {% load has_group %} {% load is_user_equal_to_gymnast %} • Ultron - {{ gymnast.first_name }} {{ gymnast.last_name }} •
Rapport

{{ gymnast.first_name }} {{ gymnast.last_name }}

{{ gymnast.club.name }}
{{ gymnast.trainings_by_week }} training/week for {{ gymnast.hours_by_week }} hours/week
{% if height_weight %} {{ height_weight.0.height }}cm - {{ height_weight.0.weight }}kg ({{ height_weight.0.date | date:"d-m-Y" }})
{% endif %}
{% if user_is_trainer and gymnast.informations %}

{{ gymnast.informations }}


{% endif %}

Personnal bests :

  • 10 | : {{ best_straightjump.0.tof }} ({{ best_straightjump.0.date | date:"d-m-Y" }})
  • R1 : {{ best_tof_routine_1.0.tof }} ({{ best_tof_routine_1.0.date | date:"d-m-Y" }})
  • R2 : {{ best_tof_routine_2.0.tof }} ({{ best_tof_routine_2.0.date | date:"d-m-Y" }})
  • Routine : {% if best_routine %}{{ best_routine.0.tof }} ({{ best_routine.0.date | date:"d-m-Y" }}){% else %} (no information){% endif %}
  • (doughnut)
    (stat par level/rank)
    {% if user_is_trainer or request.user|is_user_equal_to_gymnast:gymnast.id %}
    {% endif %}