{% block head %} {% endblock %} {% block content %} {% if title %}

{{ title }}

{% endif %}
{% if view.filterset_class and view.filter_row %}
{% include "django_tableaux/filter_toolbar.html" %}
{% endif %}
{% csrf_token %} {% if actions or buttons or columns or view.filter_class and view.filter_modal %}
{% include "django_tableaux/action_toolbar.html" %}
{% endif %}
{% include "django_tableaux/render_table_data.html" %}
{% endblock %}