{% extends "base.html" %} {% block "content" %} {% if item %}
Zugehörig zu: {% for type in item.buyableType.all %} {{ type }} {% endfor %}
Kauf {{ item }}: Buy it!
  {% if item.hasDeposit %} it+deposit! only deposit! {% endif %}
{% else %} No item found :( {% endif %} {% endblock %}