{% 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 %}