<% if searching? %>

<%= t('results_for', :scope => 'shared.admin.search', :query => params[:search]) %>

<% end %> <% if @sites.any? %>
<%= render :partial => 'sites' %>
<% else %>

<% if searching? %> <%= t('no_results', :scope => 'shared.admin.search') %> <% else %> <%= t('.empty_set') %> <%= t('.create_first', :link => t('new', :scope => 'admin.sites.actions') ) %> <% end %>

<% end %>