<%= t('page.back') %>

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

<%= render 'title', manifestation: @manifestation %>
ISBN <%= @manifestation.identifier_contents(:isbn).join(' ') %>
<%= t('activerecord.attributes.manifestation.price') %> <%= @manifestation.price %>
<%- if @manifestation.items.for_checkout.on_shelf.exists? -%> <%= render 'manifestations/show_holding', manifestation: @manifestation -%> <%- end -%>