{% load django_tables2 %} {% load i18n l10n %} {% if selectable %}
{% csrf_token %} {% endif %} {% block table %}
{% include "djangospice_table/page_size.html" %} {% block table_head %} {% include "djangospice_table/table_head.html" %} {% endblock table_head %} {% block table_body %} {% include "djangospice_table/table_body.html" %} {% endblock table_body %} {% block table_foot %} {% include "djangospice_table/table_foot.html" %} {% endblock table_foot %}
{% endblock table %} {% if selectable %}
{% endif %}