{% extends 'training_template.html' %} {% block training_content %}

Session Planning

New Session

{% csrf_token %}
{% include 'forms/field.html' with field=form.name %} {% include 'forms/field.html' with field=form.when %} {% include 'forms/field.html' with field=form.where %}
{% include 'forms/field.html' with field=form.notes %}
Trainees and lessons are added in the next step.
{% endblock %}