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