{% extends "listing.html" %} {% load has_group %} {% block datacontent %}

Routines' Listing {% if gymnast_id %}for {{ gymnast }}{% endif %}

{% if request.user|has_group:"trainer" %} {% endif %}
{% if routine_list %} {% if request.user|has_group:"trainer" %} {% endif %} {% for routine in routine_list %} {% if request.user|has_group:"trainer" %} {% endif %} {% endfor %}
 Long Label  Short Label Competitive ? Diff. Level Rank
{{ routine.long_label }} {{ routine.short_label }} {% if routine.is_competitive %} {% else %} {% endif %} {{ routine.age_girl_masterised }} {{ routine.age_boy_masterised }} {{ routine.difficulty }} {{ routine.level }} {{ routine.rank }}
{% else %}

There are no events corresponding to your criterias.

{% endif %}
{% endblock %} {% block footerscript %} {% endblock %}