{% extends 'base.html' %} {% load buttons %} {% load helpers %} {% load static %} {% load my_form_helpers %} {% block content %}
{% block buttons %}{% endblock %}

{% block title %}{% endblock %}

{% if filter_form %}
{% include 'inc/search_panel.html' %} {% block sidebar %}{% endblock %}
{% endif %}
{% csrf_token %} {% include table_template|default:'responsive_table.html' %}
{% block bulk_buttons %}{% endblock %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% table_config_form table table_name="ObjectTable" %} {% endblock %} {% block javascript %} {% endblock %}