{% extends "base.html" %} {% load skill_doughnut %} {% load level_chart_bar %} {% load has_group %} {% load is_user_equal_to_gymnast %} {% block page_title %}{{ gymnast.first_name }} {{ gymnast.last_name }}{% endblock %} {% block content %}
{% if gymnast.picture %} {{ gymnast }} {% endif %}

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

{{ last_season_information.club.name }}
{{ last_season_information.get_category_display }}

{% if gymnast.orientation %} Twisting side : {{ gymnast.get_orientation_display }}
{% endif %} {% if height_weight %} {{ height_weight.0.height }}cm - {{ height_weight.0.weight }}kg ({{ height_weight.0.date | date:"d-m-Y" }})
{% endif %} {{ last_season_information.number_of_training_sessions_per_week }} training/week for {{ last_season_information.number_of_hours_per_week }} hours/week

{% if user_is_trainer and gymnast.informations %}

{{ gymnast.to_markdown | safe }}


{% endif %}
  • 10 | : {% if best_straightjump %}{{ best_straightjump.0.tof }} ({{ best_straightjump.0.date | date:"d-m-Y" }}){% else %} (no information){% endif %}
  • Routine : {% if best_routine %}{{ best_routine.0.tof }} ({{ best_routine.0.date | date:"d-m-Y" }}){% else %} (no information){% endif %}
  • {% if user_is_trainer %} Add season details - Seasons details {% endif %}
    {% if gymnast_nb_known_skills %} {% generate_skill_doughnut gymnast.id %} {% else %}

    No learned skill statistics.

    {% endif %}
    {% if gymnast_nb_known_skills %} {% generate_level_chart_bar gymnast.id %} {% else %}

    No level/rank information.

    {% endif %}
    {% if user_is_trainer or request.user|is_user_equal_to_gymnast:gymnast.id %}
    {% endif %}
    {% if user_is_trainer or request.user|is_user_equal_to_gymnast:gymnast.id %}
    {% endif %}
    {% endblock %} {% block footerscript %} {% endblock %}