{% extends "nav.html" %} {% block content %} Veranstaltungsorte im Bereich Neues Event für diesen Tag {% if locations.len() == 0 %} keine Orte vorhanden {% else %} {% for location in locations %} {{ location.name }} {% endfor %} {% endif %} {% endblock %}