Lines 741-747
tables:
Link Here
|
741 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
741 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
742 |
- "" |
742 |
- "" |
743 |
- "The following item(s) are now due:" |
743 |
- "The following item(s) are now due:" |
744 |
- "[% FOREACH checkout IN CHECKOUTS %]" |
744 |
- "[% FOREACH checkout IN checkouts %]" |
745 |
- "[% checkout.title %], [% checkout.author %] ([% checkout.barcode %])" |
745 |
- "[% checkout.title %], [% checkout.author %] ([% checkout.barcode %])" |
746 |
- "[% END %]" |
746 |
- "[% END %]" |
747 |
- "Thank you." |
747 |
- "Thank you." |
748 |
- |
|
|