{{ drink.name }}

Price: {{ "%.2f"|format(drink.price) }}€

Stock: {{ drink.stock }}

Pay to: {{ drink.stocked_by }}

{% if drink.stock > 0 %}
{% for n in names %} {% endfor %}
{% else %}

Out of stock

{% endif %} Back to list