{% extends 'training_template.html' %} {% load lesson_extras %} {% block training_content %}
{% if profile.training_for %}
{{ profile.training_for }}

Theory Lessons

{% show_lessons profile.training_for 'TH' profile %}

Sheltered Water Lessons

{% show_lessons profile.training_for 'SW' profile %}

Open Water Lessons

{% show_lessons profile.training_for 'OW' profile %}

Dry Practical Lessons

{% show_lessons profile.training_for 'DP' profile %}

Experience

Experience dives can take place at any point, but you need to get them signed off by an instructor.

{% show_lessons profile.training_for 'XP' profile %}

Assessment

{% show_lessons profile.training_for 'AS' profile %}
{% else %}

You're not currently undertaking training.

{% endif %}
{% endblock %}