{% load has_group %} {% load is_user_equal_to_gymnast %}

Intensity statistics

{% if intensity_list %}
{% else %}

No intensity recorded for this gymnast.

{% endif %}

Routine's statistics

{% if routine_one_done_list or routine_two_done_list %}
{% else %}

There are no routine's statistics associated to this gymnast.

{% endif %}

Active routines

{% if ghr_list %}
{% for ghr in ghr_list %} {% endfor %}
Type Label From Diff. Level Rank
{{ ghr.get_routine_type_display }} {{ ghr.routine.short_label }} {{ ghr.date_begin | date:"d-m-Y"}} {{ ghr.routine.difficulty }} {{ ghr.routine.level }} {{ ghr.routine.rank }}
{% else %}

There are no routines associated to this gymnast.

{% endif %}