<% if searching? %>

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

<% if @images.any? %> <%= render :partial => "#{current_image_view}_view" %> <% else %>

<%= t('shared.admin.search.no_results') %>

<% end %> <% else %> <% if @images.any? %> <%= will_paginate @images, :previous_label => '«', :next_label => '»' %> <%= render :partial => "#{current_image_view}_view" %> <%= will_paginate @images, :previous_label => '«', :next_label => '»' %> <% else %>

<%= t('.no_images_yet') %>

<% end %> <% end %>