Select an article
{% for product in product %} {% if forloop.counter0|divisibleby:2 %}
{% endif %}

{{ product.name }}

{% if product.shortdescription %} {{ product.shortdescription }} {% else %} {{ product.price }}€ {% endif %} {% if product.in_stock > 0 %}

{{ product.in_stock }} auf Lager

{% else %}

Not available at the moment

{% endif %}
{% if forloop.counter|divisibleby:2 %}
{% endif %} {% endfor %}