% if @pictures.empty? %>
<%= render_icon('info') %>
<%= _t(:no_images_in_archive) %>
<% else %>
<%= render partial: 'picture_to_assign',
collection: @pictures,
locals: {options: @options, size: @size} %>
<%= paginate @pictures, theme: 'alchemy', remote: true %>
<% end %>