{% load i18n %} {% if factory %}
{% else %}
{% endif %} {% if filter.top_left|length > 0 or filter.top_right|length > 0 %}
{% if listing_type == 'list' or listing_type == 'grid' %} {% if bulk_actions %} {% include "dynamic_listing/partials/__bulk_actions_header_checkbox.html" %} {% endif %} {% endif %} {% if filter.top_left|length > 0 %} {% for filter in filter.top_left %} {% include filter.template_name with attrs=filter.attrs %} {% endfor %} {% endif %}
{% if filter.top_right|length > 0 or bulk_actions or actions %}
{% for filter in filter.top_right %} {% include filter.template_name with attrs=filter.attrs %} {% endfor %} {% if factory %} {% if actions %} {% include actions %} {% endif %}
{% endif %}
{% if bulk_actions %} {% include 'dynamic_listing/partials/__bulk_actions.html' %} {% endif %} {% if actions %} {% include actions %} {% endif %} {% endif %}
{% endif %} {% if filter.top_body|length > 0 %}
{% for filter in filter.top_body %} {% include filter.template_name with attrs=filter.attrs %} {% endfor %}
{% endif %} {% include 'dynamic_listing/filters/__filters-footer.html' %} {% if factory %} {% else %}
{% endif %}