{% 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 %}
| Name | Van Driver? | Supervisor? | Qualification Count | ||
|---|---|---|---|---|---|
| {{ object.name }} {% if request.user.pk == object.pk %}{%endif%} | {{ object.is_driver|yesno|title }} | {{ object.is_supervisor|yesno|title }} | {{ object.qualifications_obtained.all|length }} | View Training Record View Detailed Record | |
| Nothing found | |||||