{% extends 'base_training.html' %} {% load static %} {% load button from filters %} {% load colour_from_depth from tags %} {% block css %} {{ block.super }} {% endblock %} {% block preload_js %} {{ block.super }} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block content %}
{% include 'form_errors.html' %} {% csrf_token %}

People

{% include 'partials/supervisor_field.html' %}

Training Items

{% for depth in depths %}
{% endfor %}

Session Information

{% include 'partials/form_field.html' with field=form.date col='col-sm-6' %} {% button 'today' id='id_date' %}
{% include 'partials/form_field.html' with field=form.notes %}
{% button 'submit' %}
{% endblock %}