{% set detailLink = app_product_detaillink(product) %}
{% if product %}

{{ product.oSName }}

{% if( product is instanceof('App\\Model\\Product\\Car')) %}

{{ product.subText | raw }}

{% elseif(product.saleInformation.saleInformation) %}

{{ 'general.condition' | trans }}: {{ ('attribute.' ~ product.saleInformation.saleInformation.condition) | trans }}

{% endif %}

{{ product.oSPrice }},-

{% if(product.mainImage) %} {{ product.mainImage.thumbnail('print_productcell').html() | raw }} {% endif %} {% elseif editmode %}

Drag a product here

{% endif %}