{% extends "suff/base.html" %} {% block content %}

Buchung löschen?

Willst du wirklich {{ consumption.drink.name }} ({% if consumption.for_free %}gratis{% else %}{{ consumption.drink.sale_price_per_bottle|floatformat:2 }} €{% endif %}) von {{ consumption.get_day_display }}{% if consumption.created_at %}, {{ consumption.created_at|date:"H:i" }}{% endif %} löschen?

{% csrf_token %} Nein, zurück
{% endblock %}