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

{{ psdc.sdc.title }}

This skill development course is planned for {{ psdc.datetime }}

{{ psdc.notes|linebreaks }}

Trainees

{% if psdc.trainees %}

So far {{ psdc.trainees.count }} people are booked on this course.

{% if is_training %} {% endif %} {% for trainee in psdc.trainees.all %} {% if is_training %} {% endif %} {% endfor %}
NameQualification Membership Issue
{% if is_training %} {{ trainee.get_full_name }} {% else %}{{ trainee.get_full_name }} {% endif %}{{ trainee.top_qual }} {% if trainee.membership_problem %}
Yes
{% endif %}
{% else %}

No trainees are confirmed on this course yet

{% endif %}
{% if is_training %}
{% if not psdc.completed %} Edit {% endif %} History
{% endif %}
{% endblock %}