<%= render 'manifestations/tab_menu', manifestation: manifestation %>
<% cache([manifestation, fragment: 'show_detail_librarian_html', role: current_user_role_name, locale: @locale]) do %> <%= embed_content(manifestation) -%> <% if manifestation.title_alternative? %> <% end %> <%- if manifestation.series_statements.exists? -%> <% end %> <%= render 'edition_and_number', manifestation: manifestation %> <% if defined?(EnjuSubject) %> <%= render 'manifestations/subject_detail', manifestation: manifestation %> <%= render 'manifestations/classification_detail', manifestation: manifestation %> <% end %> <% if defined?(EnjuBookmark) %> <% end %> <%- unless manifestation.serial? -%> <%- end -%> <%- unless manifestation.attachment_file_name.blank? -%> <%= render 'manifestations/attachment_file', manifestation: manifestation -%> <%- end -%>
<%= t('activerecord.attributes.manifestation.title_alternative') -%>: <%= manifestation.title_alternative -%>
<%= t('activerecord.models.series_statement') -%>: <%= render 'show_series_detail', manifestation: manifestation %> <%- unless manifestation.identifier_contents(:issn).empty? -%> (<%= t('activerecord.attributes.manifestation.issn') -%>: <%= manifestation.identifier_contents(:issn).join(" ") -%>) <%- end -%>
<%= t('page.form') -%>: <%= form_icon(manifestation.carrier_type) -%> <%= manifestation.carrier_type.display_name.localize -%> / <%= content_type_icon(manifestation.manifestation_content_type) -%> <%= manifestation.manifestation_content_type.display_name.localize if manifestation.manifestation_content_type -%>
<%= t('activerecord.models.language') -%>: <%= manifestation.language.display_name.localize -%>
<%= t('activerecord.attributes.manifestation.publication_place') -%>: <%= manifestation.publication_place %>
<%= t('manifestation.physical_description') -%>: <%- if manifestation.number_of_pages -%> <%= manifestation.number_of_pages -%> p. (<%= manifestation.start_page -%> - <%= manifestation.end_page -%>) <%- end -%> <%- if manifestation.height -%> <%= manifestation.height -%> cm. <%- end -%>
<%= t('activerecord.attributes.manifestation.price') -%>: <%= manifestation.price -%>
<%= t('activerecord.models.tag') -%>: <%= render 'manifestations/tag_list', manifestation: manifestation -%>
<%= t('page.identifier') -%>:
    <% manifestation.identifiers.each do |identifier| %>
  • <%= identifier.identifier_type.display_name.localize %>: <%= identifier_link(identifier) %>
  • <% end %> <% if manifestation.manifestation_identifier %>
  • <%= t('activerecord.attributes.manifestation.manifestation_identifier') %>: <%= manifestation.manifestation_identifier %>
  • <% end %>
<%= t('page.created_at') -%>: <%=l manifestation.created_at if manifestation.created_at -%>
<%= t('page.updated_at') -%>: <%=l manifestation.updated_at if manifestation.updated_at -%>
<%= t('activerecord.attributes.manifestation.description') -%>: <%= raw simple_format(h(manifestation.description)) -%>
<%= t('activerecord.attributes.manifestation.note') -%>: <%= raw simple_format(h(manifestation.note)) -%>
<% end %> <%- if manifestation.items.on_shelf.exists? -%> <%= render 'manifestations/show_holding', manifestation: manifestation -%> <%- end -%>
<%= render 'manifestations/tab_list', manifestation: manifestation %>