{% extends "base.html" %} {% block content %}
← Zurück zum Katalog
{{ product.category.name }}

{{ product.name }}

{{ product.short_description }}

{{ product.price_label }}

{% if product.material %}

Material · {{ product.material }}

{% endif %} {% if product.collection_note %}

{{ product.collection_note }}

{% endif %}

Über dieses Stück

{{ product.description }}

{% if related_products %}
Passend dazu

Weitere Stücke aus {{ product.category.name }}

{% for item in related_products %}
{{ item.category.name }}

{{ item.category.name }}

{{ item.name }}

{{ item.short_description }}

Details ansehen
{% endfor %}
{% endif %} {% endblock %}