{% extends 'base.html' %} {% load static %} {% block sb_admin_custom_js %} {% endblock sb_admin_custom_js %} {% block content %} {% load render_table from django_tables2 %} {% load bootstrap3 %} {% load querystring from django_tables2 %} {% block hidden_value %}{% endblock hidden_value %} {% if filter %}

{% block panel_title_filter %}Filter{% endblock panel_title_filter %}

{% bootstrap_form filter.form layout='inline' %} {% bootstrap_button 'filter' %}
{% endif %}

{% block panel_title_table %}Summary{% endblock panel_title_table %}

{% load render_table from django_tables2 %} {% render_table table %}
{% endblock content %}