{% extends "base.html" %} {% comment %} # This file is part of k4ever, a point-of-sale system # Contact............ # Website............ http://k4ever.someserver.de/ # Bug tracker........ http://k4ever.someserver.de/report # # Licensed under GNU Affero General Public License v3 or later {% endcomment %} {% load thumbnail %} {% block "content" %} Zur Liste aller Produkte {% 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 %}