{% extends "base.html" %} {% block title %}Admin Dashboard{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{{ blocked.date }} {% if blocked.reason %} - {{ blocked.reason }} {% endif %}
Aktuell sind keine Tage gesperrt.
{% endif %}Datum: {{ appointment.date }} um {{ appointment.time }}
Buchungsart: {{ appointment.meeting_label or ('Vor Ort' if appointment.meeting_type == 'vor_ort' else 'Digital') }}
{% if appointment.location_name %}Ort: {{ appointment.location_name }}
{% endif %} {% if appointment.location_maps_url %}Maps: Link öffnen
{% endif %}Angefragt: {{ appointment.created_at[:10] }}
{% if appointment.note %}Notiz: {{ appointment.note }}
{% endif %} {% if appointment.response %}Antwort: {{ appointment.response }}
{% endif %} {{ appointment.status }}Keine Buchungsanfragen vorhanden.
{% endif %}