{% 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 time = "%R" %} Dauer Von - Bis {% if slot_suggestions.len() > 0 %} noch mögliche Zeiträume: {% for (s, e) in slot_suggestions %} {{ s.format(time) }} - {{ e.format(time) }} {% endfor %} {% endif %} Kommentar {{ comment.unwrap_or("") }} {% if id.is_some() %} Speichern {% else %} Erstellen {% endif %} Zurück {% endblock %}
noch mögliche Zeiträume: