Lines 1493-1505
tables:
Link Here
|
1493 |
- "There were [% error %] items that were not renewed." |
1493 |
- "There were [% error %] items that were not renewed." |
1494 |
- "[% END %]" |
1494 |
- "[% END %]" |
1495 |
- "[% IF success %]" |
1495 |
- "[% IF success %]" |
1496 |
- "There were [% success %] items that where renewed." |
1496 |
- "There were [% success %] items that were renewed." |
1497 |
- "[% END %]" |
1497 |
- "[% END %]" |
1498 |
- "[% FOREACH checkout IN checkouts %]" |
1498 |
- "[% FOREACH checkout IN checkouts %]" |
1499 |
- "[% checkout.item.biblio.title %] : [% checkout.item.barcode %]" |
1499 |
- "[% checkout.item.biblio.title %] : [% checkout.item.barcode %]" |
1500 |
- "[% IF !checkout.auto_renew_error %]" |
1500 |
- "[% IF !checkout.auto_renew_error %]" |
1501 |
- "was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%]" |
1501 |
- "was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%]" |
1502 |
- "[% ELSE %]" |
1502 |
- "[% ELSIF checkout.auto_renew_error == 'too_many' %]" |
1503 |
- "was not renewed with error: [% checkout.auto_renew_error %]" |
1503 |
- "You have reached the maximum number of checkouts possible." |
|
|
1504 |
- "[% ELSIF checkout.auto_renew_error == 'on_reserve' %]" |
1505 |
- "This item is on hold for another patron." |
1506 |
- "[% ELSIF checkout.auto_renew_error == 'restriction' %]" |
1507 |
- "You are currently restricted." |
1508 |
- "[% ELSIF checkout.auto_renew_error == 'overdue' %]" |
1509 |
- "You have overdue items." |
1510 |
- "[% ELSIF checkout.auto_renew_error == 'auto_too_late' %]" |
1511 |
- "It's too late to renew this item." |
1512 |
- "[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %]" |
1513 |
- "Your total unpaid fines are too high." |
1514 |
- "[% ELSIF checkout.auto_renew_error == 'too_unseen' %]" |
1515 |
- "This item must be renewed at the library." |
1504 |
- "[% END %]" |
1516 |
- "[% END %]" |
1505 |
- "[% END %]" |
1517 |
- "[% END %]" |