{% 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 %}
{% for object in object_list %} {% empty %} {% endfor %}
Training Item Depth Date Supervisor Notes
{{ object.item }} {{ object.get_depth_display }} {{ object.date }} {{ object.supervisor }} {{ object.notes }}
Nothing found
{% endblock %}