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

<%= @shelf.display_name -%>

<% if current_user.try(:has_role?, 'Librarian') %>

<%= t('activerecord.attributes.shelf.name') -%>: <%= @shelf.name %>

<% end %>

<%= t('activerecord.attributes.shelf.closed') -%>: <%= localized_boolean(@shelf.closed) -%>

<%= t('activerecord.attributes.shelf.note') -%>: <%= @shelf.note -%>

<%= t('page.created_at') -%>: <%= l(@shelf.created_at) -%>

<%= t('page.updated_at') -%>: <%= l(@shelf.updated_at) -%>