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

Mind State list {% if gymnast %}for {{ gymnast }}{% endif %}

{% if mindstate_list %} {% for state in mindstate_list %} {% endfor %}
Date Gymnast Score
{{ state.date | date:"d-m-Y" }} {{ state.gymnast }} {{ state.score }}
{% else %}

There are no scores corresponding to your criterias

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