{% 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 %}
{% for link in tool_links %} {% if tool_links|length > 1 or not tool_links.0.icon %} {% else %} {% endif %} {% endfor %}
{% endif %}
{# data table #} {% if list_items %}
{% for item in list_header %} {% endfor %} {% if action_links %} {% endif %} {% for item in list_items %} {% for v in item|slice:"1:" %} {% if v|typename == 'ManyRelatedManager' or v|typename == 'RelatedManager' %} {% else %} {% if list_header|index:forloop.counter0|get_item:'class' %} {% endif %} {% endfor %} {% if action_links %} {% endif %} {% 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" %}
{% for item in v.all %} {{ item }} {% endfor %} {% else %} {% endif %} {% if list_header|index:forloop.counter0|get_item:'link' %} {% if v.pk %} {% else %} {% endif %} {{ v|default_if_none:""|safe|linebreaks }} {% else %} {% if v|typename == 'datetime' or v|typename == 'date' %} {{ v|default_if_none:"" }} {% else %} {{ v |default_if_none:"" | safe | linebreaks }} {% endif %} {% endif %} {% for link in action_links %} {% if link.icon %} {% else %} {{ link.label|capfirst }} {% endif %}   {% endfor %}
{# modal iframe dialog #}
{# 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 %}