{% load i18n staticfiles arctic_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 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.confirm %} {% endif %} {% 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.confirm %} {% elif 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.confirm %} {% elif not link.confirm %} {% endif %} {% if link.icon %} {% else %} {{ link.label|capfirst }} {% endif %} {% endfor %}
{% block pagination %} {% with page_obj=page_obj paginator=page_obj.paginator %} {% include "arctic/partials/pagination.html" %} {% endwith %} {% endblock %}
{% else %}

No result...

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