{% extends "package/read_base.html" %} {% set pkg = 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 %}
{% trans %} Note: A newer version of this dataset is available. {% endtrans %}
{% endif %} {% if pkg.is_replaced_by %} {% set is_replaced_by = pkg.is_replaced_by %}{% trans title=collection_title, url=collection_url %} This record is part of the series {{ title }}. You can browse to older and newer records. {% endtrans %}
{% endif %} {# collection_title #}