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

Mind State list

{% if mindstate_list.count >= 1 %} {% 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 %}