{% extends 'base_training.html' %} {% load url_replace from filters %} {% load orderby from filters %} {% load paginator from filters %} {% load linkornone from filters %} {% load button from filters %} {% block content %}
{% for object in object_list %} {% empty %} {% endfor %}
Name Supervisor?
{{ object.name }} {% if request.user.pk == object.pk %}{%endif%} {{ object.is_supervisor|yesno|title }} View Training Record View Detailed Record
Nothing found
{% endblock %}