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

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

{% if routine_list %} {% for routine in routine_list %} {% endfor %}
Long Label Short Label Compétitive ? Diff. Level Rank Girl Boy
{{ routine.long_label }} {{ routine.short_label }} {% if routine.is_competitive %}{% else %}{% endif %} {{ routine.difficulty }} {{ routine.level }} {{ routine.rank }} {{ routine.age_girl }} {{ routine.age_boy }}
{% else %} There are no routine corresponding to your criterias {% endif %}
{% endblock %} {% block footerscript %} {% endblock %}