Programmhinweise
{% for recommendation in recommendations %}
{{ recommendation.timeslot.start|date:"d.m. H:i" }}-{{ recommendation.timeslot.end|date:"H:i" }}
{% endfor %}