{% load datatable_tags %} {% load ajax_helpers %} {% lib_include 'datatable' module='django_datatables.includes' %} {% if show_pivot_table %}
{% filter_control datatable %}
{% endif %}
{{ table_report.name }}
{% block table_buttons %}{{ menus.button_menu.render }}{% endblock %}
{% if not show_pivot_table and show_search_bar %}
{% no_of_results datatable %}
{% no_of_rows datatable %}
{% table_search datatable %}
{% endif %} {{ datatable.render|safe }}