{% 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.

{% if sdcs %} {% for cat in categories %}

{{ cat.cat_name }}

{% for sdc in cat.sdcs %} {% endfor %}
Title
{% if not profile|has_sdc:sdc %} {% endif %}
{% 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 }}
{# #}

You have noted that you're interested in taking this course

{% if is_training %}

Interested Members

    {% for member in sdc.interested_members.all %}
  • {{ member.get_full_name }}
  • {% endfor %}
{% endif %}
{% endfor %} {% else %}

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
{% endblock %}