Termine & Kollisionen

{{ schedule.show }}

{{ schedule }}

{{ timeslots|length }} Timeslots generiert. {% if self.num_collisions > 0 %} Davon kollidieren {{ self.num_collisions }}. {% endif %}

{% csrf_token %} {% for timeslot, collision in timeslots_to_collisions %} {% if timeslot.start|date:"U" < now|date:"U" %} {% else %} {% if collision != None %} {% else %} {% endif %} {% endif %} {% endfor %}
Gewünschter Termin kollidiert mit
{% for note in self.notes %} {% if collision.id == note.timeslot_id %}
Note: {{ note.title }}
{% endif %} {% endfor %}
{% for timeslot in timeslots %} {% endfor %} {% for collision in collisions %} {% endfor %}
{{ schedulesform.as_ul }} {{ showform.as_ul }}