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

{% if gymnast %} {% if gymnast.id in request.session.available_gymnast or request.user.is_superuser %} {% endif %} {{ gymnast }} {% if gymnast.id in request.session.available_gymnast or request.user.is_superuser %} {% endif %}'s {% endif %} notes

{% if note_list %} {% if not gymnast %} {% endif %} {% for note in note_list %} {% if not gymnast %} {% endif %} {% endfor %}
  Date TitleGymnastCoach
{{ note.created_at | date:"d-m-Y" }} {{ note.title }} {% if gymnast.id in request.session.available_gymnast or request.user.is_superuser %} {% endif %} {{ note.gymnast}} {% if gymnast.id in request.session.available_gymnast or request.user.is_superuser %} {% endif %} {{ note.coach }}
{% else %}

There are no chronos corresponding to your criterias.

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