<%= t('page.title') -%> | <%= t('activerecord.attributes.item.item_identifier') -%> | <%= t('activerecord.attributes.checkout.due_date') -%> |
---|---|---|
<%= render 'manifestations/show_index', manifestation: checkout.item.manifestation -%> <%= render 'manifestations/holding', manifestation: checkout.item.manifestation -%> | <%= link_to checkout.item.item_identifier, checkout.item -%> | <%= l(checkout.due_date, format: :only_date) -%> |