<%= t('page.showing', model: t('activerecord.models.manifestation')) -%>

<%= notice %>

<%= render 'paginate_id_link', manifestation: @manifestation, manifestation_ids: @manifestation_ids %> <%= render 'manifestations/title', manifestation: @manifestation -%> <%- if @version -%>

(<%= l(@manifestation.versions.find(@version).created_at) -%>)

<%- end -%> <% if current_user.try(:has_role?, 'Librarian') %> <%= render 'manifestations/show_detail_librarian', manifestation: @manifestation %> <% else %> <%= render 'manifestations/show_detail_user', manifestation: @manifestation %> <% end %>