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

This is the list of all the skill development courses that the club has planned. To obtain a place on an SDC, contact the Assistant Diving Officer.

{% if psdc %} {% for p in psdc %} {% endfor %}
SDC When Trainees
{{ p.sdc.title }} {{ p.datetime }} {{ p.trainees.count }}
{% else %} No SDCs have been planned, perhaps you should bug the training officer to run some. {% endif %}
{% endblock %}