{% extends 'base_training.html' %} {% load user_has_qualification from tags %} {% load user_level_if_present from tags %} {% load markdown_tags %} {% load static %} {% block css %} {{ block.super }} {% endblock %} {% block preload_js %} {{ block.super }} {% endblock %} {% block js %} {% endblock %} {% block content %} {% if request.user.is_supervisor %}
{% endif %}{{ object.description|markdown }}
| Training Started | Training Complete | Passed Out |
|---|---|---|
| {{level}} (prerequisite) | ||
|
|
|
| {{object}} | ||
|
|
|
| Person | Confirmed? | |
|---|---|---|
| {% if level_qualification.confirmed_on %} Qualified on {{ level_qualification.confirmed_on }} {%else%}Unconfirmed{%endif%} |
View Profile |