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