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

Chronos listing {% if gymnast %}for {{ gymnast }}{% endif %}

{% if chrono_list %} {% for chrono in chrono_list %} {% endfor %}
  Date Gymnast Routine Type Score TOF
  {% if chrono.details.all %}{% endif %}{{ chrono.date | date:"d-m-Y" }}{% if chrono.details.all %}{% endif %} {{ chrono.gymnast }} {% if chrono.routine %} {{ chrono.routine.long_label }} {% else %} {{ chrono.get_chrono_type_display }} {% endif %} {{ chrono.get_score_type_display }} {{ chrono.score }} {{ chrono.tof }}
{% else %}

There are no chronos corresponding to your criterias.

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