{% extends 'generic/base.html' %} {% load crispy_forms_tags %} {% load render_table from django_tables2 %} {% block css %} {% endblock %} {% block content %} Trainees list
Bulk edit
{% render_table table %}
{% include "generic/partials/filter_bar.html" with filter=filter app_name=app_name collapse_id="bottom-filter-body" %} Bulk create users Create single user {% endblock %}