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

Routine done list

{% if routine_done_list %} {% for routine_done in routine_done_list %} {% endfor %}
Date Type Routine # Try # Success
{{ routine_done.date | date:"d-m-Y"}} {{ routine_done.get_routine_type_display }} {{ routine_done.routine.long_label }} {{ routine_done.number_of_try }} {{ routine_done.number_of_successes }}
{% else %}

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

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