{{ product.name }}
{% csrf_token %}

{{ product.name }}

{% if product.shortdescription %} {{ product.shortdescription }} {% else %} {{ product.price }}€ {% endif %}

{{ product.description }}

{% if product.in_stock > 0 %}

{{ product.in_stock }} auf Lager

{% else %}

Not available at the moment

{% endif %}