{% import "bootstrap/utils.html" as utils %} {% extends "base_authenticated.html" %} {% block content %} {% if user.is_confirmed == False %}

Your email address is not confirmed yet!

{% endif %} {% if not user.telegram_id %}

Your account is not linked with Telegram. Link Account to Telegram

{% endif %} {% if record %}
You reported to be at Bastli. Leave now
{% elif reservation %}
You have a valid reservation expiring at {{ reservation.time_end.strftime("%H:%M") }}. Enter now or Cancel reservation
{% else %}
or
{% endif %} {% endblock %}