{% extends "nav.html" %} {% block content %}
{% if id.is_some() %}

Bearbeite Vefügbarkeit für den {{ date.format("%d.%m.%Y") }}

{% else %}

Neue Vefügbarkeit für den {{ date.format("%d.%m.%Y") }}

{% endif %} {% let whole_day_selected = time_selection == AvailabilityTime::WholeDay %}
{% let times = time_selection.time_tuple() -%}
{% if slot_suggestions.len() > 0 %}

noch mögliche Zeiträume:

{% for (s, e) in slot_suggestions %} {{ s.format("%R") }} - {{ e.format("%R") }} {% endfor %}
{% endif %}
{% endblock %}