|
Lines 1179-1181
tables:
Link Here
|
| 1179 |
- "Title: <<problem_reports.title>>" |
1179 |
- "Title: <<problem_reports.title>>" |
| 1180 |
- "" |
1180 |
- "" |
| 1181 |
- "Message: <<problem_reports.content>>" |
1181 |
- "Message: <<problem_reports.content>>" |
| 1182 |
- |
1182 |
|
|
|
1183 |
- module: circulation |
| 1184 |
code: AUTO_RENEWALS |
| 1185 |
branchcode: "" |
| 1186 |
name: "Notification of automatic renewal" |
| 1187 |
is_html: 0 |
| 1188 |
title: "Automatic renewal notice" |
| 1189 |
message_transport_type: email |
| 1190 |
lang: default |
| 1191 |
content: |
| 1192 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 1193 |
- "[% IF checkout.auto_renew_error %]" |
| 1194 |
- "The following item, [% biblio.title %], has not been renewed because:" |
| 1195 |
- "[% IF checkout.auto_renew_error == 'too_many' %]" |
| 1196 |
- "You have reached the maximum number of checkouts possible." |
| 1197 |
- "[% ELSIF checkout.auto_renew_error == 'on_reserve' %]" |
| 1198 |
- "This item is on hold for another patron." |
| 1199 |
- "[% ELSIF checkout.auto_renew_error == 'restriction' %]" |
| 1200 |
- "You are currently restricted." |
| 1201 |
- "[% ELSIF checkout.auto_renew_error == 'overdue' %]" |
| 1202 |
- "You have overdue items." |
| 1203 |
- "[% ELSIF checkout.auto_renew_error == 'auto_too_late' %]" |
| 1204 |
- "It's too late to renew this item." |
| 1205 |
- "[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %]" |
| 1206 |
- "Your total unpaid fines are too high." |
| 1207 |
- "[% END %]" |
| 1208 |
- "[% ELSE %]" |
| 1209 |
- "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]" |
| 1210 |
- "[% END %]" |