{% extends "nav.html" %} {% block content %}

Veranstaltungsorte im Bereich {{ area.name }}

{% if locations.len() == 0 %}
keine Orte vorhanden
{% else %} {% for location in locations %}
{{ location.name }}
{% endfor %} {% endif %}
{% endblock %}