{% extends 'base_training.html' %} {% load static %} {% load percentage_complete from tags %} {% load confirm_button from tags %} {% load markdown_tags %} {% block css %} {% endblock %} {% block preload_js %} {% endblock %} {% block js %} {% endblock %} {% block content %}
{% include 'partials/add_qualification.html' %} View Detailed Record View User Profile

Training Levels

{% for level in started_levels %} {% percentage_complete level object as completion %}

{{ level }}

{{ level.description|markdown }}
{% endfor %}
{% include 'partials/last_edited.html' with target="trainee_history" %}
{% endblock %}