{% extends 'training_template.html' %} {% block training_content %}
{% if sessions %} {% for session in sessions %} {% endfor %}
Name When Where Lessons Planned
{{ session.uid }} {{ session.name }} {{ session.when }} {{ session.where }} {{ session.performedlesson_set.all.count }} {% if session.in_past %}{% endif %}
{% endif %}

Key

Edit
Complete Session
Delete
Just Edited

Plan A Session

Sessions should be 'planned' ahead of time here. After a session is planned trainees will be able to see what lessons they are doing, and instructors will be able to see who they're teaching.

Plan a Session

{% endblock %}