[% l('Patron [_1]', '{{transactions[0].patron_barcode}}') %]
[% l('You checked out the following [_1] items:', '{{transactions.length}}') %]

  1. [% l('Barcode:') %] {{checkout.barcode}}
    [% l('Non-cataloged Item') %] ({{checkout.noncat_count}})
    [% l('Due Date:') %] {{checkout.due_date | date:"short"}}

{{today | date:'short'}}