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

Chronos Listing

{% if chrono_list %} {% for chrono in chrono_list %} {% endfor %}
Jumper Date ToF
{{ chrono.gymnast }} {{ chrono.date | date:"d-m-Y" }} {{ chrono.tof }}
{% else %} There are no chronos corresponding to your criterias. {% endif %}
{% endblock %} {% block footerscript %} {% endblock %}