{% extends "package/read_base.html" %} {% set pkg = c.pkg_dict %} {% set collection = h.get_collection(pkg) %} {% set collection_title = collection['title'] if collection else None %} {% set collection_url = collection['url'] if collection else None %} {% set successor_url = collection['successor']['url'] if collection else None %} {% set predecessor_url = collection['predecessor']['url'] if collection else None %} {% set latest_collection_member = collection['persistent_link_last_member'] if collection else None %} {% set thumbnail_url = h.thumbail_get_download_link(pkg) %} {% block meta %} {{ super() }} {# prevent package from beeing indexed if it is part of collection but not last member #} {% if successor_url %} {% endif %} {% endblock meta %} {% block breadcrumb_content %} {% if pkg %} {% set dataset = h.dataset_display_name(pkg) %} {% if pkg.organization %} {% set organization = h.get_translated(pkg.organization, 'title') or pkg.organization.name %}
Hinweis: Es ist eine neuere Version dieses Dokuments verfügbar.
{% endif %} {% if pkg.notes %} {% endif %} {% endblock package_notes %} {% endblock package_description %} {% block package_resources %} {% snippet "package/snippets/resources_list.html", pkg=pkg, resources=pkg.resources %} {% endblock package_resources %} {% block thumbnail %} {% set thumbnail = pkg.get('thumbnail') %} {% if thumbnail %} {% set picture = h.thumbnail_namespace(thumbnail) %}Dieses Dokument ist Bestandteil der Dokumentengruppe "{{ collection_title }}". Sie können zu älteren und neueren Dokumenten blättern.
{% endif %} {# collection_title #}