{% extends 'base_training.html' %} {% load paginator from filters %} {% load colour_from_depth from tags %} {% load static %} {% block js %} {% endblock %} {% block content %}
{% for object in object_list %} {% empty %} {% endfor %}
Name Level Date Notes
{{ object.trainee }} {% if request.user.pk == object.trainee.pk %}{%endif%} {{ object.get_depth_display }} {{ object.date }} {{ object.notes }}
Nothing found
{% paginator %} {% endblock %}