{% 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 and 'successor' in collection else None %} {% set predecessor_url = collection['predecessor']['url'] if collection and 'predecessor' in collection else None %} {% set latest_collection_member = collection['persistent_link_last_member'] if collection else None %} {% set stars = h.odsh_openness_score_dataset_html(pkg) %} {% 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 Datensatzes 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 %} {% if h.check_access('package_update', {'id':pkg.id }) %}Dieser Datensatz ist Bestandteil der Reihe "{{ collection_title }}". Sie können zu älteren und neueren Datensätzen blättern.
{% endif %} {# collection_title #}