{% extends "package/read.html" %} {%- set schema = h.scheming_get_dataset_schema(dataset_type) -%} {% block package_notes %} {%- if not dataset_type -%}
dataset_type not passed to template. your version of CKAN might not be compatible with ckanext-scheming
{%- endif -%} {% if pkg.notes%} {% endif %} {% endblock %} {% block package_resources %} {% snippet "package/snippets/resources_list.html", pkg=pkg, resources=pkg.resources, can_edit=h.check_access('package_update', {'id':pkg.id }) %} {% endblock %} {% block package_additional_info %} {% snippet "scheming/package/snippets/additional_info.html", pkg_dict=pkg, dataset_type=dataset_type, schema=schema %} {% endblock %} {% block title %}Available contracts for this remote {{ dataset_type }} - {{ super() }}{% endblock %} {% block content_action %} {% endblock %} {% block content_primary_nav %} {% endblock %} {% block secondary_content %}See the contracts for this resource
{{ artifact["title"] }}
{{ artifact["description"] }}
{{ artifact["url"] }}