{% if product.images is not empty %} {{ product.name }} {% elseif product.category.image is not empty %} {{ product.category.name }} {% else %} {{ product.category.name }} {% endif %}
{% if product.owner.avatar is not null %}
{% else %} {% endif %}
{{ product.owner.displayName }}
{{ product.name }}

{% if product.category.parent is not null %} {{ product.category.parent }} / {{ product.category }} {% else %} {{ product.category }} {% endif %}

{% if product.owner.address is not null %} {{ product.owner.address.subAndLocality }} {% if product.geoDistance is not null %} {{ product.geoDistance|round(1) }} km {% endif %} {% endif %}