{% extends 'core/layout.html' %} {% load staticfiles %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block content %}
Bezeichner: {{ place.identifier }}
genaue örtliche Beschreibung: {{ place.description }}
im Bezirk/in den Bezirken: {{ place.entities.all|join:", "}}
Kommentare
{% include "comments/list.html" %} {% include "comments/form.html" %}