{% ckan_extends %} {% block breadcrumb %}
{{ _('Filter Results') }} {% endblock %} {% block primary_content %}
{% snippet 'snippets/search_result_text.html', query=c.q, count=c.page.item_count, type='dataset' %}
{% if c.query_error %} {% trans %}

There was an error while searching. Please try again.

{% endtrans %} {% endif %} {{ h.snippet('snippets/package_list.html', packages=c.page.items, show_organization=true) }}
{{ c.page.pager(q=c.q) }}
{% if c.page.item_count > 0 %} {% snippet 'snippets/search_result_text.html', query=c.q, count=c.page.item_count, type='dataset' %} {% endif %} {% if c.q != '' and c.page.item_count > 0 %}

You are searching in the list of datasets. Show results in entire Data.gov site.

{% endif %}

{% set api_link = h.link_to(_('API'), h.url_for(controller='api', action='get_api', ver=3)) %} {% set api_doc_link = h.link_to(_('API Docs'), h.datagovtheme_api_doc_url()) %} {% 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 %}

Didn't find what you're looking for? Suggest a dataset here.

{% endblock %} {% block secondary_content %}

{{ _('Filter by location') }} {{ _('Clear') }}

Map data © OpenStreetMap contributors.
Tiles by Stamen Design (CC BY 3.0)
{% asset 'ckanext-spatial/spatial_query_js' %} {% asset 'ckanext-spatial/spatial_query_css' %} {% asset 'datagovtheme/location_autocomplete_js' %} {% asset 'datagovtheme/styles' %} {{ super() }} {% endblock %}