{% load i18n %} {% load tableview %}
{% if table.search %}
{% endif %}
{% if filter_form %} {% endif %} {% trans 'Columns' %} {% trans 'Save as default' %} {% trans 'Save as' %}
{% if controller.paginator %}
{% with controller.paginator as paginator %} {% include "v3/paginator.html" %} {% endwith %}
{% endif %}
{% csrf_token %}
{% include "sdh/table/table_head.html" %} {% for row in controller.get_paginated_rows %} {% for cell in row %} {% endfor %} {% endfor %}
{% if cell.column.template %} {% with row.row as row%} {% include cell.column.template %} {% endwith %} {% else %} {{ cell.as_html }} {% endif %}
{#
#} {#
#} {# {% if controller.paginator %}#} {# {% with controller.paginator as paginator %}#} {# {% include "v3/paginator.html" %}#} {# {% endwith %}#} {# {% endif %}#} {#
#} {#
#}