{% for object in objects %}

{{ object.name }}

{{ object.description }}

In stock:

Price: {{ object.price }} CHF
{% endfor %}