{% include 'filter.twig' with filter %} {% if ( strings.type ) %} {% endif %} {% if data.products is empty %} {% else %} {% for product in data.products %} {# Conndition to check if we have thumbnail. If true the larger image appears #} {% if product.has_image %} {% endif %} {% if ( strings.type ) %} {% endif %} {% endfor %} {% endif %}
{{ strings.image }} {{ strings.product }} {% for language in languages_flags %} {{ language.name|e }} {% endfor %} {{ strings.categories }} {{ strings.type }} {{ strings.date }}
{{ strings.no_products }}
{% if product.post_parent != 0 %} — {% endif %} {% if not data.slang %} {% endif %} {{ product.post_title }} {% if product.post_status == 'draft' %} - {{ strings.draft }} {% endif %} {% if product.post_status == 'private' %} - {{ strings.private }} {% endif %} {% if product.post_status == 'pending' %} - {{ strings.pending }} {% endif %} {% if product.post_status == 'future' %} - {{ strings.future }} {% endif %} {% if data.search and product.post_parent != 0 %} | {{ strings.parent|format( product.parent_title ) }} {% endif %} {{ product.translation_statuses|raw }} {% for category in product.categories_list %} {{ category.name }} {% endfor %} {{ product.formated_date }} {% if product.post_status == "publish" %}
{{ strings.published }} {% else %}
{{ strings.modified }} {% endif %}
{% include 'pagination.twig' with pagination %}