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

Hallo {{ tab_user.username }}

Tipp dich rein, sobald du was trinkst. Am Ende deines Besuchs kannst du alles zusammen mit deiner Eintrittsspende bezahlen – bar oder per PayPal.

{% if booked_drink %}
Gebucht: +1 {{ booked_drink.name }}
{% endif %} {% if paid_toast %}
Zahlung gespeichert. Danke!
{% endif %}

Für Drinks und Eintritt spenden

{% if phase == "booking" %}

Neues Getränk buchen

{% csrf_token %}
{% for drink in drinks %} {% endfor %}
{% endif %}

Bisher gebucht

{% if consumption_list %} {% regroup consumption_list by get_day_display as day_groups %} {% for group in day_groups %}

{{ group.grouper }}

{% endfor %} {% else %}

🍺

Noch nichts gebucht.

{% endif %}
{% if request.user.is_staff %} {% endif %}
PIN ändern
{% csrf_token %}
{% endblock %}