{% extends 'base_training.html' %} {% load url_replace from filters %} {% load paginator from filters %} {% load linkornone from filters %} {% load button from filters %} {% load colour_from_depth from tags %} {% load static %} {% block css %} {% endblock %} {% block preload_js %} {% endblock %} {% block js %} {% endblock %} {% block content %}

Search by supervisor name, item name or item ID

{% include 'partials/list_search.html' %}
{% if request.user.is_supervisor %} {% endif %} {% for object in object_list %} {% if request.user.is_supervisor %} {% endif %} {% empty %} {% endfor %}
Training Item Depth Date Supervisor Notes
{{ object.item }} {{ object.get_depth_display }} {{ object.date }} {{ object.supervisor }} {{ object.notes }}{% button 'edit' 'edit_qualification' object.pk id="edit" %}
Nothing found
{% include 'partials/last_edited.html' with target="trainee_history" object=trainee %}
{% endblock %}