{% 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 %} {% block content %}
Search by supervisor name, item name or item ID
{% include 'partials/list_search.html' %}| Training Item | Depth | Date | Supervisor | Notes | {% if request.user.is_supervisor or perms.training.change_trainingitemqualification %}{% endif %} |
|---|---|---|---|---|---|
| {{ object.item }} | {{ object.get_depth_display }} | {{ object.date }} | {{ object.supervisor }} | {{ object.notes }} | {% if request.user.is_supervisor or perms.training.change_trainingitemqualification %}{% button 'edit' 'edit_qualification' trainee.pk %} | {% endif %}
| Nothing found | |||||