{% set title= _('No Data Requests found') if datarequest_count == 0 else '%s datarequest found' % datarequest_count %} {% block datarequest_search_results_list %} {% if datarequests %}
{{ _('No Data Requests found with the given criteria') }}. {% if h.check_access('datarequest_create') %} {% link_for _('How about creating one?'), controller='ckanext.datarequests.controllers.ui_controller:DataRequestsUI', action='new' %} {% endif %}
{% endif %} {% endblock %} {% block page_pagination %} {{ page.pager(q=q) }} {% endblock %}