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

<%= notice %>

<%= render 'list', checkouts: @checkouts -%> <%- if @checkouts.size == 0 -%>

<%= t('checkout.no_checkout') -%>

<%- end -%>