{% extends "base.html" %} {% load static %} {% load has_group %} {% block content %}

{% if note_id %}Edit{% else %}Add{% endif %} notes

{% csrf_token %} {{ form.coach }}
{{ form.gymnast }} {{ form.gymnast_related }} {% if form.gymnast.errors %} {% for error in form.gymnast.errors %}{{error}}{% endfor %}{% endif %}
{{ form.informations }}
{% endblock %} {% block footerscript %} {% if request.session.template == 0 %} {% else %} {% endif %} {% endblock %}