{% extends "suff/base.html" %} {% block content %}
Crew-Ansicht
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?
{% if tab_user.username == "anonym" %}Die zugehörige Bar-Zahlung wird ebenfalls entfernt.
{% endif %} {% endblock %}