{% 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) %} {% set is_replaced_by = h.odsh_extract_value_from_extras(pkg.extras, 'is_replaced_by') %} {% set version_notes = h.odsh_extract_value_from_extras(pkg.extras, 'version_notes') %} {% 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 %}
{% trans %} Note: A newer version of this dataset is available. {% endtrans %}
{% endif %} {% if is_replaced_by %}Dieser Datensatz ist Bestandteil der Reihe "{{ collection_title }}". Sie können zu älteren und neueren Datensätzen blättern.
{% endif %} {# collection_title #}