{% extends 'training_template.html' %} {% load lesson_extras %} {% load pl_matrix %} {% block modals %} {% include 'xsd_training/modals/qualification_list.html' %} {% include 'xsd_training/modals/lesson_detail.html' %} {% endblock %} {% block training_content %}
 
{% if trainee.user %} Profile Picture {% endif %}

{{ trainee }}

{% if is_members %} Member Profile {% endif %}

{{ trainee.first_name }} joined the database on {{ trainee.date_joined|date }}.

{% if trainee.membership_problem %}
Uh-oh There are currently issues with {{ trainee.first_name }}'s membership, until this is rectified {{ trainee.heshe|lower }} cannot go diving.
{% endif %}

Contact Details

Address {% if not trainee.address or trainee.post_code %} {% else %}{{ trainee.formatted_address|safe }}
{{ trainee.postcode }}{% endif %}
Email {{ trainee.email }}{% if not trainee.email %} {% endif %}
Home Phone {{ trainee.home_phone }}{% if not trainee.home_phone %} {% endif %}
Mobile Phone {{ trainee.mobile_phone }}{% if not trainee.mobile_phone %} {% endif %}

Lessons

{{ planned }} lessons planned

{{ partially_completed }} lessons partially completed

{{ completed }} lessons completed

{% pl_matrix trainee %} {% if is_training %} Add Lessons in Bulk {% endif %} {% pl_history trainee %}

Qualification Details

{% if trainee.top_instructor_qual or not myself %} {% endif %}
Current Qualification {{ trainee.top_qual }}
Training For {{ trainee.training_for }}
{{ training_for_form.as_p }}
I. Qualification {{ trainee.top_instructor_qual }}
I. Number {{ trainee.instructor_number }}
SDCs
    {% for sdc in trainee.sdcs.all %}
  • {{ sdc }}
  • {% endfor %}
{{ sdc_form.as_p }}
{% endblock %}