{% extends 'taskdatabase/base.html' %} {% load render_table from django_tables2 %} {% load bootstrap3 %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript %} {% load render_table from django_tables2 %} {% block myBlock %}
{% if filter %}
{% bootstrap_form filter.form layout='inline' %}   {% include "taskdatabase/query/clear_filter_button.html" %}
{% endif %} {% include "taskdatabase/query/set_multi_status_panel.html" %} {% render_table table 'django_tables2/bootstrap4.html' %}
{% endblock %}