{% load datatable_tags %} {% load ajax_helpers %} {% if datatable.show_pivot_table %}
{% filter_control datatable %}
{% endif %}
{{ title }}
{% 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 }}
{% if datatable.show_pivot_table %}
{% endif %}