{{ status_counts.Angefragt }}
Neue Anfragen
{% extends "base.html" %} {% block title %}Admin Dashboard{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Datum: {{ appointment.date }} um {{ appointment.time }}
Angefragt: {{ appointment.created_at[:10] }}
{% if appointment.note %}Notiz: {{ appointment.note }}
{% endif %} {% if appointment.response %}Antwort: {{ appointment.response }}
{% endif %} {{ appointment.status }}Keine Terminanfragen vorhanden.
{% endif %}