{% extends 'training_template.html' %} {% load staticfiles %} {% load lesson_extras %} {% block training_content %}
This is the list of all SDCs that BSAC currently offer, expand an item to find out more and to register your interest. Once you've completed an SDC, and passed the assessment if applicable, a little tick will show next to the title.
| Title |
|---|
|
{% if is_training %}
{{ sdc.interested_members.count }}
{% endif %}
{% if profile|has_sdc:sdc %}
{% else %}
{% if sdc.other_requirements and profile|cando_sdc:sdc %}
{% elif not sdc.other_requirements and profile|cando_sdc:sdc %}
{% else %}
{% endif %}
{% endif %}{{ sdc.title }}
{# #}
{{ sdc.description|linebreaks }}
{# #}
{% if is_training %}
You have noted that you're interested in taking this course Interested Members
|
You currently have not completed any SDCs.
{% endif %}| SDC Attained | |
| You could do this SDC | |
| Your qualification is too low to do this SDC | |
| This SDC has complex requirements |