<% response, document_list = get_search_widget_search_results(block) %> <%- unless document_list.present? %>
No items to display. There are currently no items in this exhibit that match the curator's search criteria.
<%- else %> <% @response, @document_list = [response, document_list] %> <%= render 'sort_and_per_page', block: block %> <%= render_document_index_with_view(block_document_index_view_type(block), document_list) %> <%= render 'results_pagination' %>
<%- end %>