% # used by Your Collections tab %>
<% id = collection_presenter.id %>
<%# Data attributes referenced by the javascript for submitting nested forms. %>
<% if collection_presenter.allow_batch? %>
<% else %>
<% end %>
<% if (collection_presenter.thumbnail_path == nil) %>
<% else %>
<%= image_tag(collection_presenter.thumbnail_path, alt: "#{collection_presenter.title_or_label} #{t('hyrax.dashboard.my.sr.thumbnail')}") %>
<% end %>