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

Routines' Listing

{% if routine_list %} {% for routine in routine_list %} {% endfor %}
Label Compétitive ? Diff. Level Rank Girl Boy
{{ routine.long_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 %}