{% ckan_extends %} {% set pkg_dict = c.pkg_dict %} {% block collection_resources %} {% set collection_package_id = h.get_pkg_dict_extra(c.pkg_dict, 'collection_package_id', '') %} {% if h.get_pkg_dict_extra(c.pkg_dict, 'collection_metadata', '') %}

{{ _('Collection') }}

{{ _('This dataset is a collection of other datasets.') }}

{{ _('Search datasets within this collection') }}

{% elif collection_package_id %} {% set collection_package = h.get_collection_package(collection_package_id) %}

{{ _('Collection') }}

{{ _('This dataset is part of the following collection:') }}

{% endif %} {% endblock %}