{% load i18n %} {% with table.needs_form_wrapper as needs_form_wrapper %}
{% if needs_form_wrapper %}
{% csrf_token %}{% endif %} {% with columns=table.get_columns rows=table.get_rows %} {% block table %} {% block table_caption %}

{{ table }}

{{ table.render_table_actions }} {% endblock table_caption %} {% block table_breadcrumb %} {% if table.breadcrumb %} {{ table.breadcrumb.render }} {% endif %} {% endblock table_breadcrumb %}
{% endblock table %} {% endwith %} {% if needs_form_wrapper %}
{% endif %}
{% endwith %}