{% if place.publications.all %} {% for publication in place.publications.all %} {% if forloop.counter != 1 %}
{% endif %}
{{ publication.process_step.name}} ({{ publication.process_step.process_type.name }})
{% if publication.begin == publication.end %} {{ publication.begin }} {% else %} {{ publication.begin }} bis {{ publication.end }} {% endif %}
{% if publication.description %}

Beschreibung

{{ publication.description }}

{% endif %} {% if publication.office %}

Auslegungsstelle

{{ publication.office }}

{% endif %} {% if publication.office_hours %}

Öffnungszeiten

{{ publication.office_hours }}

{% endif %} {% if publication.link %}

Link zur Seite

{% endif %}

Link zur verantwortlichen Behörde

{% if user.is_authenticated %} {% endif %}
{% endfor %} {% else %}
Bisher keine Veröffentlichungen.
{% endif %}