{% load i18n staticfiles arctic_tags arctic_pagination_tags %}
{% block tool_links %}
{% for link in tool_links %} {% if forloop.counter0 < tool_links_collapse %} {% if link.icon %}{% else %}{{ link.label }}{% endif %} {% else %} {% if forloop.counter0 == tool_links_collapse %} {% endif %} {% endif %} {% endfor %}
{% endblock %}
{% if not sorting_url %} {% if simple_search_form or advanced_search_form %}
{% block search_form %} {% endblock %}
{% endif %} {% endif %}
{% block top_pagination %} {% endblock %} {% block table %}
{# data table #} {% if list_items %}
{% if list_summary %}

{{ page_title }}

{% endif %}
{% if sorting_url %} {% endif %} {% for item in list_header %} {% endfor %} {% if list_items.0.actions %} {% endif %} {% for row in list_items %} {% if row.sorting_field %} {% endif %} {% for column in row.fields %} {% endfor %} {% if row.actions %} {% endif %} {% endfor %}
  {% if item.order_url %} {{ item.label }}  {% if item.order_direction == 'desc' %} {% elif item.order_direction == 'asc' %} {% else %} {% endif %} {% else %} {{ item.label }} {% endif %} {% block extra_table_header_data %}{% endblock %}  
{% 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 %} {% block list_actions %} {% endblock %}
{% block pagination %} {% arctic_paginate page_obj paginator=paginator %} {% endblock %}
{% else %}

{% trans 'No result...' %}

{% endif %}
{% endblock %} {% block extra_data %}{% endblock %} {% include 'arctic/partials/modal_dialogs.html' %}