<% if @response.size > 0 %>
<%= t(:'.success.result_number_html', search_size: @response.size, parent_search_count: parent_search_count) %>
<%= t(:'.success.expand_html',
expand_search_url: search_exhibit_catalog_path(current_exhibit, q: params[:q]),
browse_query: params[:q]) %>
<% else %>
<%= t(:'.zero_results.result_number') %>
<%= t(:'.zero_results.expand_html',
clear_search_url: exhibit_browse_path(current_exhibit, search),
expand_search_url: search_exhibit_catalog_path(current_exhibit, q: params[:q]),
browse_query: params[:q])%>
<% end %>
<% end %>