{% extends 'core/layout.html' %} {% load staticfiles %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block content %}

Betroffenes Gebiet

Bezeichner: {{ place.identifier }}

genaue örtliche Beschreibung: {{ place.description }}

im Bezirk/in den Bezirken: {{ place.entities.all|join:", "}}

{% if user.is_authenticated %} {% endif %}

Veröffentlichungen zu diesem Gebiet

{% include "process/place_publications.html" %}
Eigenen Kommentar hinzufügen

Kommentare

{% include "comments/list.html" %} {% include "comments/form.html" %}
{% endblock %}