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

Supervisors

{% render_table table %} {% comment %} {% endcomment %} {% include "generic/partials/filter_bar.html" with filter=filter app_name=app_name collapse_id="bottom-filter-body" %} {% endblock %} {% block js %} {% endblock %}