{% extends 'generic/supervisor_base.html' %} {% load render_table from django_tables2 %} {% block content %}

Supervisors

Manage registered course and educational supervisors, hospital sites, and trainees.

Showing: {{ table.rows|length }}
{% render_table table %}
{% include "generic/partials/filter_bar.html" with filter=filter app_name=app_name collapse_id="bottom-filter-body" %} {% endblock %} {% block js %} {% endblock %}