{% extends 'print_template.html' %} {% load markdown %} {% block title %}Pool Sheet for {{session}}{% endblock %} {% block content %} {% if session.notes %}
| Trainee | Lesson | Instructor | {% if show_public_notes or show_private_notes %}Notes | {% endif %} {% if comments_column %}Comments | {% endif %} {% if signature_column %}Signature | {% endif %} {% for pl in pls_extended %}||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{pl.0.trainee.get_full_name}} |
{{pl.0.lesson.code}} {{pl.0.lesson.title}} |
{{pl.0.instructor.get_full_name}} | {% if show_public_notes or show_private_notes %}
|
{% endif %}
{% if comments_column %}{% endif %} {% if signature_column %} | {% endif %} |