{% ckan_extends %} {% block subtitle %}{{ _("Data") }}{% endblock %} {% block breadcrumb_content %}
{% set api_link = h.link_to(_('API'), h.url_for('api.get_api', ver=3)) %} {% set api_doc_link = h.api_doc_link() %} {% if g.dumps_url -%} {% set dump_link = h.link_to(_('full {format} dump').format(format=g.dumps_format), g.dumps_url) %} {% trans %} You can also access this registry using the {{ api_link }} (see {{ api_doc_link }}) or download a {{ dump_link }}. {% endtrans %} {% else %} {% trans %} You can also access this registry using the {{ api_link }} (see {{ api_doc_link }}). {% endtrans %} {%- endif %}