{% load widget_tweaks %} {% load i18n staticfiles arctic_tags %}
{% if has_filter %}
{% include "arctic/partials/form_fields_inline.html" with form=filter.form hide_label=True %}
{% endif %} {% if tool_links %}
{% if tool_links|length > 1 %} {% else %} {% endif %}
{% endif %}
{# data table #} {% if list_items %}
{% for item in list_header %} {% endfor %} {% if has_action_links %} {% endif %} {% for row in list_items %} {% for column in row %} {% if column.type == 'field' %} {% elif column.type == 'actions' %} {% endif %} {% endfor %} {% endfor %}
{% if item.order_url %} {{ item.label }} {% if item.order_direction == 'desc' %} {% elif item.order_direction == 'asc' %} {% else %} {% endif %} {% else %} {{ item.label }} {% endif %} {% trans "Actions" %}
{% if column.url %} {% endif %} {% if column.value|typename != 'list' %} {{ column.value|default_if_none:"" }} {% else %} {% for item in column.value %} {{ item }} {% endfor %} {% endif %} {% if column.url %} {% endif %} {% for link in column.actions %} {% if link.icon %} {% else %} {{ link.label|capfirst }} {% endif %}   {% endfor %}
{# table-scroll #}
{# small-12 columns #}
{# row #} {% block pagination %} {% with page_obj=page_obj paginator=page_obj.paginator %} {% include "arctic/partials/pagination.html" %} {% endwith %} {% endblock %} {% endif %}