{% extends "base.html" %} {% load thumbnail %} {% block "content" %} Zur Liste aller Items {% if item %}

{{ item.name }}

Kaufen

Beschreibung

"{{ item.description }}"

Kategorie{{ item.buyableType.all.count|pluralize:"n"}}

    {% for type in item.buyableType.all %}
  • {{ type }}
  • {% endfor %}
{% else %} Produkt wurde nicht gefunden {% endif %} {% endblock %}