{% load i18n staticfiles arctic_tags arctic_pagination_tags %}
{% block tool_links %}
{% if tool_links %}
{% if tool_links|length > 1 %} {% else %} {% endif %}
{% endif %}
{% endblock %} {% if simple_search_form or advanced_search_form %} {% 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 has_action_links %} {% endif %} {% for row in list_items %} {% for column in row %} {% if column.type == 'field' %} {% elif column.type == 'actions' %} {% elif column.type == 'sorting' %} {% 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 %} {% 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 %}
{% for link in column.actions %} {% if link.icon %} {% else %} {{ link.label|capfirst }} {% endif %} {% endfor %}
{% endblock %}
{% block pagination %} {% arctic_paginate page_obj range=5 paginator=paginator show_first_last=True %} {% endblock %}
{% else %}

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

{% endif %}
{% endblock %} {% block confirm_dialog %} {% endblock %} {% block extra_data %}{% endblock %}