{% extends theme("layouts/1-column.html") %} {% from theme('macros/paginator.html') import paginator with context %} {% import theme('macros/search.html') as s %} {% set toolbar_class='search-toolbar' %} {% set meta = { 'title': _('Datasets'), 'description': _("%(site)s dataset search", site=config['SITE_TITLE']), 'keywords': [_('search'), _('datasets')], 'robots': 'noindex', } %} {% set bundle = 'search' %} {% block breadcrumb %}
{{ _('No results found, try to be less specific.') }}
{% endif %}