<%= render :partial => 'search_form_ocr' %>
<% if params[:ocr_q] && @response.empty? %>
<%= render 'zero_results_ocr' %>
<% else %>
<% if params[:ocr_q] %>
Results for: <%= params[:ocr_q] %>
<%= render :partial => 'catalog/sort_widget' %>
<%= render :partial => 'catalog/paginate_compact', :object => @response if show_pagination? %>
<%= render collection: @document_list,
as: :document,
partial: 'index_ocr_list',
locals: {count: @document_list.count} %>
<% elsif ocr_q_params(current_search_session) %>
Enter search terms above, or search for
"<%= link_to(current_search_session.query_params['q'].gsub(/\A"|"\Z/, ''),
ocr_search_path(:ocr_q => current_search_session.query_params['q']),
:class => '',
:rel => 'nofollow',
:data => {:ajax_modal => 'trigger'}) %>"
in the text of this item.
<% end %>
<% end %>
<%= javascript_include_tag 'commonwealth-vlr-engine/ocr_search_utils' %>