{{ header }}{{ column_left }}
{% if bulk_listing_status %}
{% if products %} {% for product in products %} {% endfor %} {% else %} {% endif %}
{{ column_image }} {{ column_name }} {{ column_model }} {{ column_status }} {{ column_matches }} {{ column_result }}
{{ product.name }} {{ product.model }} {{ product.search_status }} {% if product.matches is not null %}{{ product.matches }}{% else %}-{% endif %} {% if product.matches is not empty and product.matches > 0 %} {% set checked = false %} {% if product.matches > 0 %} {{ text_dont_list }}
{% for search_results in product.search_results %} {% if not checked %} {% set checked = true %} {% else %} {% endif %} {{ search_result.title }}
{% endfor %} {% else %} {{ text_dont_list }}
{% endif %} {% endif %}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{% else %}
{{ error_bulk_listing_permission }}
{% endif %}
{{ footer }}