<% if @search_results.blank? %>

<%=raw _t('search_result_page.no_results', :query => h(params[:query])) %>

<% else %> <% if options[:show_heading] %>

<%=raw _t("search_result_page.result_heading", :query => h(params[:query])) %>

<% end %> <% if options[:show_result_count] %>

<%=raw _t("search_result_page.result_count", :count => @search_results.length) %>

<% end %> <% end %>