<% if file[:link].present? %>
<%= link_to file[:link], rel: 'ugc' do %>
<%= image_tag file[:url], class: 'img-thumbnail', alt: file[:caption] %>
<% end %>
<% else %>
<%= image_tag file[:url], class: 'img-thumbnail', alt: '', role: 'presentation' %>
<% end %>
<% if file[:caption].present? %>
<%= file[:caption] %>
<% end %>
<% if uploaded_items_block.zpr_link? %>
<%= button_tag t('.zpr_link_html', title: file[:caption]), class: 'btn btn-secondary zpr-link', data: { 'iiif-tilesource' => { type: 'image', url: file[:url] }.to_json } %>
<% end %>