Lines 896-902
tables:
Link Here
|
896 |
- "If you have registered a password with the library, and you have a renewal available, you may renew online." |
896 |
- "If you have registered a password with the library, and you have a renewal available, you may renew online." |
897 |
- "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." |
897 |
- "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." |
898 |
- "" |
898 |
- "" |
899 |
- "The following [% IF overdues.count > 1 %]items are[% ELSE %]item is[% END %] currently overdue:" |
899 |
- "[%- IF overdues.count > 1 %]The following items are currently overdue:[%- ELSE -%]The following item is currently overdue:[%- END -%]" |
900 |
- "" |
900 |
- "" |
901 |
- "[% FOREACH overdue IN overdues %]" |
901 |
- "[% FOREACH overdue IN overdues %]" |
902 |
- "[%- SET item = overdue.item -%]" |
902 |
- "[%- SET item = overdue.item -%]" |
903 |
- |
|
|