{% if buyables %} {% for buyable in buyables %} {% endfor %}
{{ buyable.name }} {% if buyable.hasDeposit %} {{ buyable.price|floatformat:2 }} € {{ buyable.price|floatformat:2 }} € / {{ buyable.deposit|floatformat:2 }} € {{ buyable.deposit|floatformat:2 }} € {% else %} {{ buyable.price|floatformat:2 }} € {% endif %}
{% else %}

{{ default|default_if_none:"Noch keine gekauft" }}

{% endif %}