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

  1. [% l('Barcode: [_1] Due: [_2]', '{{checkout.barcode}}', '{{checkout.due_date | date:"short"}}') %]

{{today | date:'short'}}