{% extends 'training_template.html' %} {% load staticfiles %} {% block training_content %}
This skill development course is planned for {{ psdc.datetime }}
{{ psdc.notes|linebreaks }}
So far {{ psdc.trainees.count }} people are booked on this course.
| Name | {% if is_training %}Qualification | Membership Issue | {% endif %}
|---|---|---|
| {% if is_training %} {{ trainee.get_full_name }} {% else %}{{ trainee.get_full_name }} {% endif %} | {% if is_training %}{{ trainee.top_qual }} | {% if trainee.membership_problem %} {% endif %} | {% endif %}
No trainees are confirmed on this course yet
{% endif %}