{% load fastview i18n %}
{% block actions_container %}
{% if view.search_fields %} {% endif %}
{% endblock %} {% block table_container %} {% for label, current_order, param_value in label_orders %} {% endfor %} {% for object in annotated_object_list %} {% for value in object.values %} {% if forloop.first %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ label }}{% if current_order == "" %} ↑{% elif current_order == '-' %} ↓{% endif %}
{% if object.can_detail %}{{ value }}{% else %}{{ value }}{% endif %}{{ value }} {% for label, url in object.action_links %} {{ label }} {% endfor %}
{% endblock %} {% block pagination %} {% if page_obj %} {% include "fastview/includes/list/pagination.html" %} {% endif %} {% endblock %}