{% if product.imagePath %} {{ product.name }} {% else %}
{% endif %}

{{ product.name }}

{% if product.category %} {{ product.category.label }} {% endif %} {% if product.description %}

{{ product.description|slice(0, 80) }}{% if product.description|length > 80 %}...{% endif %}

{% endif %}

Shs{{ product.unitPrice|money }}