{% load has_group %}

Season Informations

{% if request.user|has_group:"trainer" %} {% endif %}
{% if season_information_list %} {% for season_information in season_information_list %} {% endfor %}
Season # training/w # hours/w # S&C/w # S&C hours/w category
{{ season_information.season }} {{ season_information.number_of_training_sessions_per_week }} {{ season_information.number_of_hours_per_week }} {{ season_information.number_of_s_and_c_sessions_per_week }} {{ season_information.number_of_s_and_c_hours_per_week }} {{ season_information.category.short_label }}
{% else %} There are no scores corresponding to your criterias {% endif %}

Trainers

{% if trainers_list %} {% for trainer in trainers_list %} {% endfor %}
{{ trainer.first_name }} {{ trainer.last_name }}
{% else %}

Nobody can see your profile.

{% endif %}