<%= 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 %>