Bug 31302: Fix spelling in sample_notices.yml
[koha-ffzg.git] / installer / data / mysql / en / mandatory / sample_notices.yml
1 ---
2 #
3 #  Copyright 2019 Koha Development Team
4 #
5 #  This file is part of Koha.
6 #
7 # Koha is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
11 #
12 # Koha is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with Koha; if not, see <http://www.gnu.org/licenses>.
19 # *************************************************************
20 #                       SAMPLE NOTICES
21 # *************************************************************
22
23 description:
24   - "Sample notices"
25
26 tables:
27   - letter:
28       translatable: [ name, title, content ]
29       multiline: [ content ]
30       rows:
31         - module: acquisition
32           code: ACQ_NOTIF_ON_RECEIV
33           branchcode: ""
34           name: "Notification on receiving"
35           is_html: 0
36           title: "Order received"
37           message_transport_type: email
38           lang: default
39           content:
40             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
41             - ""
42             - " The order <<aqorders.ordernumber>> (<<biblio.title>>) has been received."
43             - ""
44             - "Your library."
45
46         - module: circulation
47           code: ACCOUNT_CREDIT
48           branchcode: ""
49           name: "Account payment"
50           is_html: 1
51           title: "Account payment"
52           message_transport_type: print
53           lang: default
54           content:
55             - "[% USE Price %]"
56             - "[% PROCESS 'accounts.inc' %]"
57             - "<table>"
58             - "[% IF ( LibraryName ) %]"
59             - " <tr>"
60             - "    <th colspan=\"5\" class=\"centerednames\">"
61             - "        <h3>[% LibraryName | html %]</h3>"
62             - "    </th>"
63             - " </tr>"
64             - "[% END %]"
65             - " <tr>"
66             - "    <th colspan=\"5\" class=\"centerednames\">"
67             - "        <h2><u>Fee receipt</u></h2>"
68             - "    </th>"
69             - " </tr>"
70             - " <tr>"
71             - "    <th colspan=\"5\" class=\"centerednames\">"
72             - "        <h2>[% Branches.GetName( credit.patron.branchcode ) | html %]</h2>"
73             - "    </th>"
74             - " </tr>"
75             - " <tr>"
76             - "    <th colspan=\"5\">"
77             - "        Received with thanks from  [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br />"
78             - "        Card number: [% credit.patron.cardnumber | html %]<br />"
79             - "    </th>"
80             - " </tr>"
81             - "  <tr>"
82             - "    <th>Created</th>"
83             - "    <th>Updated</th>"
84             - "    <th>Description of charges</th>"
85             - "    <th>Note</th>"
86             - "    <th>Amount</th>"
87             - " </tr>"
88             - ""
89             - " <tr class=\"highlight\">"
90             - "    <td>[% credit.date | $KohaDates %]</td>"
91             - "    <td>[% credit.timestamp | $KohaDates with_hours = 1 %]</td>"
92             - "    <td>"
93             - "      [% PROCESS account_type_description account=credit %]"
94             - "      [%- IF credit.description %], [% credit.description | html %][% END %]"
95             - "    </td>"
96             - "    <td>[% credit.note | html %]</td>"
97             - "    <td class=\"credit\">[% credit.amount | $Price %]</td>"
98             - " </tr>"
99             - ""
100             - "[% IF ( tendered ) %]"
101             - "  <tr>"
102             - "    <td colspan=\"3\">Amount tendered: </td>"
103             - "    <td>[% tendered | $Price %]</td>"
104             - "  </tr>"
105             - "  <tr>"
106             - "    <td colspan=\"3\">Change given: </td>"
107             - "    <td>[% change | $Price %]</td>"
108             - "  </tr>"
109             - "[% END %]"
110             - ""
111             - "<tfoot>"
112             - "  <tr>"
113             - "    <td colspan=\"4\">Total outstanding dues as on date: </td>"
114             - "    [% IF ( credit.patron.account.balance >= 0 ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% credit.patron.account.balance | $Price %]</td>"
115             - "  </tr>"
116             - "</tfoot>"
117             - "</table>"
118
119         - module: circulation
120           code: ACCOUNT_DEBIT
121           branchcode: ""
122           name: "Account fee"
123           is_html: 1
124           title: "Account fee"
125           message_transport_type: print
126           lang: default
127           content:
128             - "[% USE Price %]"
129             - "[% PROCESS 'accounts.inc' %]"
130             - "<table>"
131             - "  [% IF ( LibraryName ) %]"
132             - "    <tr>"
133             - "      <th colspan=\"6\" class=\"centerednames\">"
134             - "        <h3>[% LibraryName | html %]</h3>"
135             - "      </th>"
136             - "    </tr>"
137             - "  [% END %]"
138             - ""
139             - "  <tr>"
140             - "    <th colspan=\"6\" class=\"centerednames\">"
141             - "      <h2><u>INVOICE</u></h2>"
142             - "    </th>"
143             - "  </tr>"
144             - "  <tr>"
145             - "    <th colspan=\"6\" class=\"centerednames\">"
146             - "      <h2>[% Branches.GetName( debit.patron.branchcode ) | html %]</h2>"
147             - "    </th>"
148             - "  </tr>"
149             - "  <tr>"
150             - "    <th colspan=\"6\" >"
151             - "      Bill to: [% debit.patron.firstname | html %] [% debit.patron.surname | html %] <br />"
152             - "      Card number: [% debit.patron.cardnumber | html %]<br />"
153             - "    </th>"
154             - "  </tr>"
155             - "  <tr>"
156             - "    <th>Created</th>"
157             - "    <th>Updated</th>"
158             - "    <th>Description of charges</th>"
159             - "    <th>Note</th>"
160             - "    <th style=\"text-align:right;\">Amount</th>"
161             - "    <th style=\"text-align:right;\">Amount outstanding</th>"
162             - "  </tr>"
163             - ""
164             - "  <tr class=\"highlight\">"
165             - "    <td>[% debit.date | $KohaDates%]</td>"
166             - "    <td>[% debit.timestamp | $KohaDates with_hours = 1 %]</td>"
167             - "    <td>"
168             - "      [% PROCESS account_type_description account=debit %]"
169             - "      [%- IF debit.description %], [% debit.description | html %][% END %]"
170             - "    </td>"
171             - "    <td>[% debit.note | html %]</td>"
172             - "    <td class=\"debit\">[% debit.amount | $Price %]</td>"
173             - "    <td class=\"debit\">[% debit.amountoutstanding | $Price %]</td>"
174             - "  </tr>"
175             - ""
176             - "  <tfoot>"
177             - "    <tr>"
178             - "      <td colspan=\"5\">Total outstanding dues as on date: </td>"
179             - "      [% IF ( totalcredit ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% total | $Price %]</td>"
180             - "    </tr>"
181             - "  </tfoot>"
182             - "</table>"
183
184         - module: circulation
185           code: ACCOUNT_PAYMENT
186           branchcode: ""
187           name: "Account payment"
188           is_html: 0
189           title: "Account payment"
190           message_transport_type: email
191           lang: default
192           content:
193             - "[%- USE Price -%]"
194             - "A payment of [% credit.amount * -1 | $Price %] has been applied to your account."
195             - ""
196             - "This payment affected the following fees:"
197             - "[%- FOREACH o IN offsets %]"
198             - "Description: [% o.debit.description %]"
199             - "Amount paid: [% o.amount * -1 | $Price %]"
200             - "Amount remaining: [% o.debit.amountoutstanding | $Price %]"
201             - "[% END %]"
202
203         - module: circulation
204           code: ACCOUNT_WRITEOFF
205           branchcode: ""
206           name: "Account writeoff"
207           is_html: 0
208           title: "Account writeoff"
209           message_transport_type: email
210           lang: default
211           content:
212             - "[%- USE Price -%]"
213             - "An account writeoff of [% credit.amount * -1 | $Price %] has been applied to your account."
214             - ""
215             - "This writeoff affected the following fees:"
216             - "[%- FOREACH o IN offsets %]"
217             - "Description: [% o.debit.description %]"
218             - "Amount paid: [% o.amount * -1 | $Price %]"
219             - "Amount remaining: [% o.debit.amountoutstanding | $Price %]"
220             - "[% END %]"
221
222         - module: circulation
223           code: AR_CANCELED
224           branchcode: ""
225           name: "Article request - canceled"
226           is_html: 0
227           title: "Article request canceled"
228           message_transport_type: email
229           lang: default
230           content:
231             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>),"
232             - ""
233             - "Your request for an article from <<biblio.title>> (<<items.barcode>>) has been canceled for the following reason:"
234             - ""
235             - "<<reason>>"
236             - ""
237             - "Article requested:"
238             - "Title: <<article_requests.title>>"
239             - "Author: <<article_requests.author>>"
240             - "Volume: <<article_requests.volume>>"
241             - "Issue: <<article_requests.issue>>"
242             - "Date: <<article_requests.date>>"
243             - "TOC: [% IF article_request.toc_request %]Yes[% ELSE %]No[% END %]"
244             - "Pages: <<article_requests.pages>>"
245             - "Chapters: <<article_requests.chapters>>"
246             - "Notes: <<article_requests.patron_notes>>"
247             - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]"
248             - ""
249             - "Your library"
250
251         - module: circulation
252           code: AR_COMPLETED
253           branchcode: ""
254           name: "Article request - completed"
255           is_html: 0
256           title: "Article request completed"
257           message_transport_type: email
258           lang: default
259           content:
260             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>),"
261             - ""
262             - "We have completed your request for an article from <<biblio.title>> (<<items.barcode>>)."
263             - ""
264             - "Article requested:"
265             - "Title: <<article_requests.title>>"
266             - "Author: <<article_requests.author>>"
267             - "Volume: <<article_requests.volume>>"
268             - "Issue: <<article_requests.issue>>"
269             - "Date: <<article_requests.date>>"
270             - "TOC: [% IF article_request.toc_request %]Yes[% ELSE %]No[% END %]"
271             - "Pages: <<article_requests.pages>>"
272             - "Chapters: <<article_requests.chapters>>"
273             - "Notes: <<article_requests.patron_notes>>"
274             - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]"
275             - ""
276             - "[% IF article_request.format == 'PHOTOCOPY' %]You may pick up your article at [% branch.branchname %].[% ELSIF article_request.format == 'SCAN' %]You can download the scanned materials via the following URL(s): [% article_request.urls %].[% END %]"
277             - ""
278             - "Thank you!"
279
280         - module: circulation
281           code: AR_PENDING
282           branchcode: ""
283           name: "Article request - pending"
284           is_html: 0
285           title: "Pending article request"
286           message_transport_type: email
287           lang: default
288           content:
289             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)"
290             - ""
291             - "Your request for an article from <<biblio.title>> (<<items.barcode>>) is now in pending state."
292             - ""
293             - "Article requested:"
294             - "Title: <<article_requests.title>>"
295             - "Author: <<article_requests.author>>"
296             - "Volume: <<article_requests.volume>>"
297             - "Issue: <<article_requests.issue>>"
298             - "Date: <<article_requests.date>>"
299             - "TOC: [% IF article_request.toc_request %]Yes[% ELSE %]No[% END %]"
300             - "Pages: <<article_requests.pages>>"
301             - "Chapters: <<article_requests.chapters>>"
302             - "Notes: <<article_requests.patron_notes>>"
303             - ""
304             - ""
305             - "Thank you!"
306
307         - module: circulation
308           code: AR_REQUESTED
309           branchcode: ""
310           name: "Article request - new"
311           is_html: 0
312           title: "Article request received"
313           message_transport_type: email
314           lang: default
315           content:
316             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)"
317             - ""
318             - "We have received your request for an article from <<biblio.title>> (<<items.barcode>>)."
319             - ""
320             - "Article requested:"
321             - "Title: <<article_requests.title>>"
322             - "Author: <<article_requests.author>>"
323             - "Volume: <<article_requests.volume>>"
324             - "Issue: <<article_requests.issue>>"
325             - "Date: <<article_requests.date>>"
326             - "TOC: [% IF article_request.toc_request %]Yes[% ELSE %]No[% END %]"
327             - "Pages: <<article_requests.pages>>"
328             - "Chapters: <<article_requests.chapters>>"
329             - "Notes: <<article_requests.patron_notes>>"
330             - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]"
331             - ""
332             - "Thank you!"
333
334         - module: circulation
335           code: AR_PROCESSING
336           branchcode: ""
337           name: "Article request - processing"
338           is_html: 0
339           title: "Article request processing"
340           message_transport_type: email
341           lang: default
342           content:
343             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>),"
344             - ""
345             - "We are now processing your request for an article from <<biblio.title>> (<<items.barcode>>)."
346             - ""
347             - "Article requested:"
348             - "Title: <<article_requests.title>>"
349             - "Author: <<article_requests.author>>"
350             - "Volume: <<article_requests.volume>>"
351             - "Issue: <<article_requests.issue>>"
352             - "Date: <<article_requests.date>>"
353             - "TOC: [% IF article_request.toc_request %]Yes[% ELSE %]No[% END %]"
354             - "Pages: <<article_requests.pages>>"
355             - "Chapters: <<article_requests.chapters>>"
356             - "Notes: <<article_requests.patron_notes>>"
357             - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]"
358             - ""
359             - "Thank you!"
360
361         - module: circulation
362           code: AR_SLIP
363           branchcode: ""
364           name: "Article request - print slip"
365           is_html: 0
366           title: "Article request"
367           message_transport_type: print
368           lang: default
369           content:
370             - "Article request:"
371             - ""
372             - "<<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>),"
373             - ""
374             - "Title: <<biblio.title>>"
375             - "Barcode: <<items.barcode>>"
376             - ""
377             - "Article requested:"
378             - "Title: <<article_requests.title>>"
379             - "Author: <<article_requests.author>>"
380             - "Volume: <<article_requests.volume>>"
381             - "Issue: <<article_requests.issue>>"
382             - "Date: <<article_requests.date>>"
383             - "TOC: [% IF article_request.toc_request %]Yes[% ELSE %]No[% END %]"
384             - "Pages: <<article_requests.pages>>"
385             - "Chapters: <<article_requests.chapters>>"
386             - "Notes: <<article_requests.patron_notes>>"
387             - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]"
388             - ""
389
390         - module: circulation
391           code: CHECKIN
392           branchcode: ""
393           name: "Item check-in (digest)"
394           is_html: 0
395           title: "Check-ins"
396           message_transport_type: email
397           lang: default
398           content:
399             - "The following items have been checked in:"
400             - "----"
401             - "[% biblio.title %]"
402             - "----"
403             - "Thank you."
404
405         - module: circulation
406           code: CHECKOUT
407           branchcode: ""
408           name: "Item check-out (digest)"
409           is_html: 0
410           title: "Checkouts"
411           message_transport_type: email
412           lang: default
413           content:
414             - "The following items have been checked out:"
415             - "----"
416             - "[% biblio.title %]"
417             - "----"
418             - "Thank you for visiting [% branch.branchname %]."
419
420         - module: circulation
421           code: CHECKOUT_NOTE
422           branchcode: ""
423           name: "Checkout note on item set by patron"
424           is_html: 0
425           title: "Checkout note"
426           message_transport_type: email
427           lang: default
428           content:
429             - "<<borrowers.firstname>> <<borrowers.surname>> has added a note to the item <<biblio.title>> - <<biblio.author>> (<<biblio.biblionumber>>)."
430
431         - module: circulation
432           code: DUE
433           branchcode: ""
434           name: "Item due reminder"
435           is_html: 0
436           title: "Item due reminder"
437           message_transport_type: email
438           lang: default
439           content:
440             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
441             - ""
442             - "The following item is now due:"
443             - ""
444             - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)"
445
446         - module: circulation
447           code: DUEDGST
448           branchcode: ""
449           name: "Item due reminder (digest)"
450           is_html: 0
451           title: "Item due reminder"
452           message_transport_type: email
453           lang: default
454           content:
455             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
456             - ""
457             - "The following item(s) are now due:"
458             - ""
459             - "<<items.content>>"
460             - ""
461             - "Thank you."
462
463         - module: circulation
464           code: HOLD_SLIP
465           branchcode: ""
466           name: "Hold slip"
467           is_html: 1
468           title: "Hold slip"
469           message_transport_type: email
470           lang: default
471           content:
472             - "<h5>Date: <<today>></h5>"
473             - ""
474             - "<h3> Transfer to/Hold in <<branches.branchname>></h3>"
475             - ""
476             - "<h3><<borrowers.surname>>, <<borrowers.firstname>></h3>"
477             - ""
478             - "<ul>"
479             - "    <li><<borrowers.cardnumber>></li>"
480             - "    <li><<borrowers.phone>></li>"
481             - "    <li> <<borrowers.address>><br />"
482             - "         <<borrowers.address2>><br />"
483             - "         <<borrowers.city >>  <<borrowers.zipcode>>"
484             - "    </li>"
485             - "    <li><<borrowers.email>></li>"
486             - "</ul>"
487             - "<br />"
488             - "<h3>ITEM ON HOLD</h3>"
489             - "<h4><<biblio.title>></h4>"
490             - "<h5><<biblio.author>></h5>"
491             - "<ul>"
492             - "   <li><<items.barcode>></li>"
493             - "   <li><<items.itemcallnumber>></li>"
494             - "   <li><<reserves.waitingdate>></li>"
495             - "</ul>"
496             - "<p>Notes:"
497             - "<pre><<reserves.reservenotes>></pre>"
498             - "</p>"
499             - ""
500
501         - module: circulation
502           code: ISSUEQSLIP
503           branchcode: ""
504           name: "Issue quick slip"
505           is_html: 1
506           title: "Issue quick slip"
507           message_transport_type: email
508           lang: default
509           content:
510             - "<h3><<branches.branchname>></h3>"
511             - "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />"
512             - "(<<borrowers.cardnumber>>) <br />"
513             - ""
514             - "<<today>><br />"
515             - ""
516             - "<h4>Checked out today</h4>"
517             - "<checkedout>"
518             - "<p>"
519             - "<<biblio.title>> <br />"
520             - "Barcode: <<items.barcode>><br />"
521             - "Date due: <<issues.date_due>><br />"
522             - "</p>"
523             - "</checkedout>"
524
525         - module: circulation
526           code: ISSUESLIP
527           branchcode: ""
528           name: "Issue slip"
529           is_html: 1
530           title: "Issue slip"
531           message_transport_type: email
532           lang: default
533           content:
534             - "<h3><<branches.branchname>></h3>"
535             - "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />"
536             - "(<<borrowers.cardnumber>>) <br />"
537             - ""
538             - "<<today>><br />"
539             - ""
540             - "<h4>Checked out</h4>"
541             - "<checkedout>"
542             - "<p>"
543             - "<<biblio.title>> <br />"
544             - "Barcode: <<items.barcode>><br />"
545             - "Date due: <<issues.date_due>><br />"
546             - "</p>"
547             - "</checkedout>"
548             - ""
549             - "<h4>Overdues</h4>"
550             - "<overdue>"
551             - "<p>"
552             - "<<biblio.title>> <br />"
553             - "Barcode: <<items.barcode>><br />"
554             - "Date due: <<issues.date_due>><br />"
555             - "</p>"
556             - "</overdue>"
557             - ""
558             - "<hr>"
559             - ""
560             - "<h4 style=\"text-align: center; font-style:italic;\">News</h4>"
561             - "<news>"
562             - "<div class=\"newsitem\">"
563             - "<h5 style=\"margin-bottom: 1px; margin-top: 1px\"><b><<additional_contents.title>></b></h5>"
564             - "<p style=\"margin-bottom: 1px; margin-top: 1px\"><<additional_contents.content>></p>"
565             - "<p class=\"newsfooter\" style=\"font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px\">Posted on <<additional_contents.published_on>></p>"
566             - "<hr />"
567             - "</div>"
568             - "</news>"
569
570         - module: circulation
571           code: ODUE
572           branchcode: ""
573           name: "Overdue notice"
574           is_html: 0
575           title: "Item overdue"
576           message_transport_type: email
577           lang: default
578           content:
579             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
580             - ""
581             - "According to our current records, you have items that are overdue.Your library does not charge late fines, but please return or renew them at the branch below as soon as possible."
582             - ""
583             - "<<branches.branchname>>"
584             - "<<branches.branchaddress1>>"
585             - "<<branches.branchaddress2>> <<branches.branchaddress3>>"
586             - "Phone: <<branches.branchphone>>"
587             - "Fax: <<branches.branchfax>>"
588             - "Email: <<branches.branchemail>>"
589             - ""
590             - "If you have registered a password with the library, and you have a renewal available, you may renew online. If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned."
591             - ""
592             - "The following item(s) is/are currently overdue:"
593             - ""
594             - "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>"
595             - ""
596             - "Thank-you for your prompt attention to this matter."
597             - ""
598             - "<<branches.branchname>> Staff"
599             - ""
600
601         - module: circulation
602           code: OVERDUES_SLIP
603           branchcode: ""
604           name: "Overdues slip"
605           is_html: 0
606           title: "Overdues slip"
607           message_transport_type: print
608           lang: default
609           content:
610             - "The following item(s) is/are currently overdue:"
611             - ""
612             - "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>"
613             - ""
614
615         - module: circulation
616           code: PREDUE
617           branchcode: ""
618           name: "Advance notice of item due"
619           is_html: 0
620           title: "Advance notice of item due"
621           message_transport_type: email
622           lang: default
623           content:
624             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
625             - ""
626             - "The following item will be due soon:"
627             - ""
628             - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)"
629
630         - module: circulation
631           code: PREDUEDGST
632           branchcode: ""
633           name: "Advance notice of item due (digest)"
634           is_html: 0
635           title: "Advance notice of item due"
636           message_transport_type: email
637           lang: default
638           content:
639             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
640             - ""
641             - "The following item(s) will be due soon:"
642             - ""
643             - "<<items.content>>"
644             - ""
645             - "Thank you."
646
647         - module: circulation
648           code: RENEWAL
649           branchcode: ""
650           name: "Item renewals"
651           is_html: 0
652           title: "Item renewals"
653           message_transport_type: email
654           lang: default
655           content:
656             - "The following items have been renewed:"
657             - "----"
658             - "<<biblio.title>>"
659             - "----"
660             - "Thank you for visiting <<branches.branchname>>."
661
662         - module: circulation
663           code: SR_SLIP
664           branchcode: ""
665           name: "Stock rotation slip"
666           is_html: 0
667           title: "Stock rotation report"
668           message_transport_type: email
669           lang: default
670           content:
671             - "Stock rotation report for [% branch.name %]:"
672             - ""
673             - "[% IF branch.items.size %][% branch.items.size %] items to be processed for this branch."
674             - "[% ELSE %]No items to be processed for this branch"
675             - "[% END %][% FOREACH item IN branch.items %][% IF item.reason != 'in-demand' %]Title: [% item.title %]"
676             - "Author: [% item.author %]"
677             - "Call number: [% item.callnumber %]"
678             - "Location: [% item.location %]"
679             - "Barcode: [% item.barcode %]"
680             - "On loan?: [% item.onloan %]"
681             - "Status: [% item.reason %]"
682             - "Current library: [% item.branch.branchname %] [% item.branch.branchcode %]"
683             - ""
684             - "[% END %][% END %]"
685
686         - module: circulation
687           code: TRANSFERSLIP
688           branchcode: ""
689           name: "Transfer slip"
690           is_html: 1
691           title: "Transfer slip"
692           message_transport_type: email
693           lang: default
694           content:
695             - "<h5>Date: <<today>></h5>"
696             - ""
697             - "<h3>Transfer to <<branches.branchname>></h3>"
698             - ""
699             - "<h3>ITEM</h3>"
700             - "<h4><<biblio.title>></h4>"
701             - "<h5><<biblio.author>></h5>"
702             - "<ul>"
703             - "   <li><<items.barcode>></li>"
704             - "   <li><<items.itemcallnumber>></li>"
705             - "</ul>"
706
707         - module: claimacquisition
708           code: ACQCLAIM
709           branchcode: ""
710           name: "Acquisition claim"
711           is_html: 0
712           title: "Item not received"
713           message_transport_type: email
714           lang: default
715           content:
716             - "<<aqbooksellers.name>>"
717             - "<<aqbooksellers.address1>>"
718             - "<<aqbooksellers.address2>>"
719             - "<<aqbooksellers.address3>>"
720             - "<<aqbooksellers.address4>>"
721             - "<<aqbooksellers.phone>>"
722             - ""
723             - "<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received.</order>"
724
725         - module: ill
726           code: ILL_PICKUP_READY
727           branchcode: ""
728           name: "ILL request ready for pickup"
729           is_html: 0
730           title: "Interlibrary loan request ready for pickup"
731           message_transport_type: email
732           lang: default
733           content:
734             - "Dear [% borrower.firstname %] [% borrower.surname %],"
735             - ""
736             - "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for:"
737             - ""
738             - "- [% ill_bib_title %] - [% ill_bib_author %]"
739             - ""
740             - "is ready for pick up from [% branch.branchname %]."
741             - ""
742             - "Kind Regards"
743             - ""
744             - "[% branch.branchname %]"
745             - "[% branch.branchaddress1 %]"
746             - "[% branch.branchaddress2 %]"
747             - "[% branch.branchaddress3 %]"
748             - "[% branch.branchcity %]"
749             - "[% branch.branchstate %]"
750             - "[% branch.branchzip %]"
751             - "[% branch.branchphone %]"
752             - "[% branch.branchillemail %]"
753             - "[% branch.branchemail %]"
754
755         - module: ill
756           code: ILL_REQUEST_UNAVAIL
757           branchcode: ""
758           name: "ILL request unavailable"
759           is_html: 0
760           title: "Interlibrary loan request unavailable"
761           message_transport_type: email
762           lang: default
763           content:
764             - "Dear [% borrower.firstname %] [% borrower.surname %],"
765             - ""
766             - "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for"
767             - ""
768             - "- [% ill_bib_title %] - [% ill_bib_author %]"
769             - ""
770             - "is unfortunately unavailable."
771             - ""
772             - "Kind Regards"
773             - ""
774             - "[% branch.branchname %]"
775             - "[% branch.branchaddress1 %]"
776             - "[% branch.branchaddress2 %]"
777             - "[% branch.branchaddress3 %]"
778             - "[% branch.branchcity %]"
779             - "[% branch.branchstate %]"
780             - "[% branch.branchzip %]"
781             - "[% branch.branchphone %]"
782             - "[% branch.branchillemail %]"
783             - "[% branch.branchemail %]"
784
785         - module: ill
786           code: ILL_REQUEST_CANCEL
787           branchcode: ""
788           name: "ILL request cancelled"
789           is_html: 0
790           title: "Interlibrary loan request cancelled"
791           message_transport_type: email
792           lang: default
793           content:
794             - "The patron for interlibrary loans request [% illrequest.illrequest_id %], with the following details, has requested cancellation of this ILL request:"
795             - ""
796             - "[% ill_full_metadata %]"
797
798         - module: ill
799           code: ILL_REQUEST_MODIFIED
800           branchcode: ""
801           name: "ILL request modified"
802           is_html: 0
803           title: "Interlibrary loan request modified"
804           message_transport_type: email
805           lang: default
806           content:
807             - "The patron for interlibrary loans request [% illrequest.illrequest_id %], with the following details, has modified this ILL request:"
808             - ""
809             - "[% ill_full_metadata %]"
810
811         - module: ill
812           code: ILL_PARTNER_REQ
813           branchcode: ""
814           name: "ILL request to partners"
815           is_html: 0
816           title: "Interlibrary loan request to partners"
817           message_transport_type: email
818           lang: default
819           content:
820             - "Dear Sir/Madam,"
821             - ""
822             - "We would like to request an interlibrary loan for a title matching the following description:"
823             - ""
824             - "[% ill_full_metadata %]"
825             - ""
826             - "Please let us know if you are able to supply this to us."
827             - ""
828             - "Kind Regards"
829             - ""
830             - "[% branch.branchname %]"
831             - "[% branch.branchaddress1 %]"
832             - "[% branch.branchaddress2 %]"
833             - "[% branch.branchaddress3 %]"
834             - "[% branch.branchcity %]"
835             - "[% branch.branchstate %]"
836             - "[% branch.branchzip %]"
837             - "[% branch.branchphone %]"
838             - "[% branch.branchillemail %]"
839             - "[% branch.branchemail %]"
840
841         - module: ill
842           code: ILL_PICKUP_READY
843           branchcode: ""
844           name: "ILL request ready for pickup"
845           is_html: 0
846           title: "Interlibrary loan request ready for pickup"
847           message_transport_type: sms
848           lang: default
849           content:
850             - "Dear [% borrower.firstname %] [% borrower.surname %],"
851             - ""
852             - "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for:"
853             - ""
854             - "- [% ill_bib_title %] - [% ill_bib_author %]"
855             - ""
856             - "is ready for pick up from [% branch.branchname %]."
857             - ""
858             - "Kind Regards"
859             - ""
860             - "[% branch.branchname %]"
861             - "[% branch.branchaddress1 %]"
862             - "[% branch.branchaddress2 %]"
863             - "[% branch.branchaddress3 %]"
864             - "[% branch.branchcity %]"
865             - "[% branch.branchstate %]"
866             - "[% branch.branchzip %]"
867             - "[% branch.branchphone %]"
868             - "[% branch.branchillemail %]"
869             - "[% branch.branchemail %]"
870
871         - module: ill
872           code: ILL_REQUEST_UNAVAIL
873           branchcode: ""
874           name: "ILL request unavailable"
875           is_html: 0
876           title: "Interlibrary loan request unavailable"
877           message_transport_type: sms
878           lang: default
879           content:
880             - "Dear [% borrower.firstname %] [% borrower.surname %],"
881             - ""
882             - "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for"
883             - ""
884             - "- [% ill_bib_title %] - [% ill_bib_author %]"
885             - ""
886             - "is unfortunately unavailable."
887             - ""
888             - "Kind Regards"
889             - ""
890             - "[% branch.branchname %]"
891             - "[% branch.branchaddress1 %]"
892             - "[% branch.branchaddress2 %]"
893             - "[% branch.branchaddress3 %]"
894             - "[% branch.branchcity %]"
895             - "[% branch.branchstate %]"
896             - "[% branch.branchzip %]"
897             - "[% branch.branchphone %]"
898             - "[% branch.branchillemail %]"
899             - "[% branch.branchemail %]"
900
901         - module: ill
902           code: ILL_REQUEST_CANCEL
903           branchcode: ""
904           name: "ILL request cancelled"
905           is_html: 0
906           title: "Interlibrary loan request cancelled"
907           message_transport_type: sms
908           lang: default
909           content:
910             - "The patron for interlibrary loans request [% illrequest.illrequest_id %], with the following details, has requested cancellation of this ILL request:"
911             - ""
912             - "[% ill_full_metadata %]"
913
914         - module: ill
915           code: ILL_REQUEST_MODIFIED
916           branchcode: ""
917           name: "ILL request modified"
918           is_html: 0
919           title: "Interlibrary loan request modified"
920           message_transport_type: sms
921           lang: default
922           content:
923             - "The patron for interlibrary loans request [% illrequest.illrequest_id %], with the following details, has modified this ILL request:"
924             - ""
925             - "[% ill_full_metadata %]"
926
927         - module: ill
928           code: ILL_PARTNER_REQ
929           branchcode: ""
930           name: "ILL request to partners"
931           is_html: 0
932           title: "Interlibrary loan request to partners"
933           message_transport_type: sms
934           lang: default
935           content:
936             - "Dear Sir/Madam,"
937             - ""
938             - "We would like to request an interlibrary loan for a title matching the following description:"
939             - ""
940             - "[% ill_full_metadata %]"
941             - ""
942             - "Please let us know if you are able to supply this to us."
943             - ""
944             - "Kind Regards"
945             - ""
946             - "[% branch.branchname %]"
947             - "[% branch.branchaddress1 %]"
948             - "[% branch.branchaddress2 %]"
949             - "[% branch.branchaddress3 %]"
950             - "[% branch.branchcity %]"
951             - "[% branch.branchstate %]"
952             - "[% branch.branchzip %]"
953             - "[% branch.branchphone %]"
954             - "[% branch.branchillemail %]"
955             - "[% branch.branchemail %]"
956
957         - module: members
958           code: DISCHARGE
959           branchcode: ""
960           name: "Discharge confirmation"
961           is_html: 1
962           title: "Discharge for <<borrowers.firstname>> <<borrowers.surname>>"
963           message_transport_type: email
964           lang: default
965           content:
966             - ""
967             - "<<today>>"
968             - "<h1>Discharge confirmation</h1>"
969             - "<p><<branches.branchname>> certifies that the following borrower:<br>"
970             - "<<borrowers.firstname>> <<borrowers.surname>> (cardnumber: <<borrowers.cardnumber>>)<br>"
971             - "has returned all items.</p>"
972
973         - module: members
974           code: MEMBERSHIP_EXPIRY
975           branchcode: ""
976           name: "Account expiration"
977           is_html: 0
978           title: "Account expiration"
979           message_transport_type: email
980           lang: default
981           content:
982             - "Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,"
983             - ""
984             - "Your library card will expire soon, on:"
985             - ""
986             - "<<borrowers.dateexpiry>>"
987             - ""
988             - "Thank you,"
989             - ""
990             - "Librarian"
991             - ""
992             - "<<branches.branchname>>"
993
994         - module: members
995           code: OPAC_REG_VERIFY
996           branchcode: ""
997           name: "OPAC self-registration verification email"
998           is_html: 1
999           title: "Verify your account"
1000           message_transport_type: email
1001           lang: default
1002           content:
1003             - "Hello!"
1004             - ""
1005             - "Your library account has been created. Please verify your email address by clicking this link to complete the signup process:"
1006             - ""
1007             - "<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>>"
1008             - ""
1009             - "If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly."
1010
1011         - module: members
1012           code: PASSWORD_RESET
1013           branchcode: ""
1014           name: "Online password reset"
1015           is_html: 1
1016           title: "Koha password recovery"
1017           message_transport_type: email
1018           lang: default
1019           content:
1020             - "<html>"
1021             - "<p>This email has been sent in response to your password recovery request for the account <strong><<user>></strong>."
1022             - "</p>"
1023             - "<p>"
1024             - "You can now create your new password using the following link:"
1025             - "<br/><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
1026             - "</p>"
1027             - "<p>This link will be valid for 2 days from this email's reception, then you must reapply if you do not change your password.</p>"
1028             - "<p>Thank you.</p>"
1029             - "</html>"
1030             - ""
1031
1032         - module: members
1033           code: STAFF_PASSWORD_RESET
1034           branchcode: ""
1035           name: "Online password reset"
1036           is_html: 1
1037           title: "Koha password reset"
1038           message_transport_type: email
1039           lang: default
1040           content:
1041             - "<html>"
1042             - "<p>A librarian has reset the password for the account <strong><<user>></strong>."
1043             - "</p>"
1044             - "<p>"
1045             - "Please create your new password using the following link:"
1046             - "<br/><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
1047             - "</p>"
1048             - "<p>This link will be valid for 5 days from this email's reception, then you must reapply if you do not change your password.</p>"
1049             - "<p>Thank you.</p>"
1050             - "</html>"
1051             - ""
1052
1053         - module: members
1054           code: SHARE_ACCEPT
1055           branchcode: ""
1056           name: "Notification about an accepted share"
1057           is_html: 0
1058           title: "Share on list <<listname>> accepted"
1059           message_transport_type: email
1060           lang: default
1061           content:
1062             - "Dear patron,"
1063             - ""
1064             - "We want to inform you that <<borrowers.firstname>> <<borrowers.surname>> accepted your invitation to share your list <<listname>> in our library catalog."
1065             - ""
1066             - "Thank you."
1067             - ""
1068             - "Your library."
1069
1070         - module: members
1071           code: SHARE_INVITE
1072           branchcode: ""
1073           name: "Invitation for sharing a list"
1074           is_html: 0
1075           title: "Share list <<listname>>"
1076           message_transport_type: email
1077           lang: default
1078           content:
1079             - "Dear patron,"
1080             - ""
1081             - "One of our patrons, <<borrowers.firstname>> <<borrowers.surname>>, invites you to share a list <<listname>> in our library catalog."
1082             - ""
1083             - "To access this shared list, please click on the following URL or copy-and-paste it into your browser address bar."
1084             - ""
1085             - "<<shareurl>>"
1086             - ""
1087             - "In case you are not a patron in our library or do not want to accept this invitation, please ignore this mail. Note also that this invitation expires within two weeks."
1088             - ""
1089             - "Thank you."
1090             - ""
1091             - "Your library."
1092
1093         - module: members
1094           code: WELCOME
1095           branchcode: ""
1096           name: "Welcome notice "
1097           is_html: 1
1098           title: "[% USE Koha %][% IF Koha.Preference('LibraryName') %]Welcome to [% Koha.Preference('LibraryName') %][% ELSE %]Welcome to the library[% END %]"
1099           message_transport_type: email
1100           lang: default
1101           content:
1102             - "[% USE Koha %]"
1103             - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]."
1104             - ""
1105             - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]"
1106             - ""
1107             - "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>."
1108             - ""
1109             - "Your library card number is [% borrower.cardnumber %]"
1110             - ""
1111             - "If you have any problems or questions regarding your account, please contact the library."
1112
1113         - module: members
1114           code: 2FA_OTP_TOKEN
1115           branchcode: ""
1116           name: "two-authentication step token"
1117           is_html: 1
1118           title: "Two-authentication token"
1119           message_transport_type: email
1120           lang: default
1121           content:
1122             - "Dear [% borrower.firstname %] [% borrower.surname %] ([% borrower.cardnumber %])"
1123             - ""
1124             - "Your authentication token is [% otp_token %]."
1125             - "It is valid one minute."
1126
1127         - module: orderacquisition
1128           code: ACQORDER
1129           branchcode: ""
1130           name: "Acquisition order"
1131           is_html: 0
1132           title: "Order"
1133           message_transport_type: email
1134           lang: default
1135           content:
1136             - "<<aqbooksellers.name>>"
1137             - "<<aqbooksellers.address1>>"
1138             - "<<aqbooksellers.address2>>"
1139             - "<<aqbooksellers.address3>>"
1140             - "<<aqbooksellers.address4>>"
1141             - "<<aqbooksellers.phone>>"
1142             - ""
1143             - "Please order for the library:"
1144             - ""
1145             - "<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (quantity: <<aqorders.quantity>>) ($<<aqorders.listprice>> each).</order>"
1146             - ""
1147             - "Thank you,"
1148             - ""
1149             - "<<branches.branchname>>"
1150
1151         - module: pos
1152           code: RECEIPT
1153           branchcode: ""
1154           name: "Point of sale receipt"
1155           is_html: 1
1156           title: "Receipt"
1157           message_transport_type: print
1158           lang: default
1159           content:
1160             - "[% USE KohaDates %]"
1161             - "[% USE Branches %]"
1162             - "[% USE Price %]"
1163             - "[% PROCESS \"accounts.inc\" %]"
1164             - "<table>"
1165             - "[% IF ( LibraryName ) %]"
1166             - " <tr>"
1167             - "    <th colspan=\"2\" class=\"centerednames\">"
1168             - "        <h3>[% LibraryName | html %]</h3>"
1169             - "    </th>"
1170             - " </tr>"
1171             - "[% END %]"
1172             - " <tr>"
1173             - "    <th colspan=\"2\" class=\"centerednames\">"
1174             - "        <h2>[% Branches.GetName( credit.branchcode ) | html %]</h2>"
1175             - "    </th>"
1176             - " </tr>"
1177             - "<tr>"
1178             - "    <th colspan=\"2\" class=\"centerednames\">"
1179             - "        <h3>[% credit.date | $KohaDates %]</h3>"
1180             - "</tr>"
1181             - "<tr>"
1182             - "  <td>Transaction ID: </td>"
1183             - "  <td>[% credit.accountlines_id %]</td>"
1184             - "</tr>"
1185             - "<tr>"
1186             - "  <td>Operator ID: </td>"
1187             - "  <td>[% credit.manager_id %]</td>"
1188             - "</tr>"
1189             - "<tr>"
1190             - "  <td>Payment type: </td>"
1191             - "  <td>[% credit.payment_type %]</td>"
1192             - "</tr>"
1193             - " <tr></tr>"
1194             - " <tr>"
1195             - "    <th colspan=\"2\" class=\"centerednames\">"
1196             - "        <h2><u>Fee receipt</u></h2>"
1197             - "    </th>"
1198             - " </tr>"
1199             - " <tr></tr>"
1200             - " <tr>"
1201             - "    <th>Description of charges</th>"
1202             - "    <th>Amount</th>"
1203             - "  </tr>"
1204             - ""
1205             - "  [% FOREACH debit IN credit.debits %]"
1206             - "    <tr>"
1207             - "        <td>[% PROCESS account_type_description account=debit %]</td>"
1208             - "        <td>[% debit.amount * -1 | $Price %]</td>"
1209             - "    </tr>"
1210             - "  [% END %]"
1211             - ""
1212             - "<tfoot>"
1213             - "  <tr class=\"highlight\">"
1214             - "    <td>Total: </td>"
1215             - "    <td>[% credit.amount * -1| $Price %]</td>"
1216             - "  </tr>"
1217             - "  <tr>"
1218             - "    <td>Tendered: </td>"
1219             - "    <td>[% collected | $Price %]</td>"
1220             - "  </tr>"
1221             - "  <tr>"
1222             - "    <td>Change: </td>"
1223             - "    <td>[% change | $Price %]</td>"
1224             - "    </tr>"
1225             - "</tfoot>"
1226             - "</table>"
1227
1228         - module: reserves
1229           code: CANCEL_HOLD_ON_LOST
1230           branchcode: ""
1231           name: "Hold has been cancelled"
1232           is_html: 0
1233           title: "Hold has been cancelled"
1234           message_transport_type: email
1235           lang: default
1236           content:
1237             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1238             - ""
1239             - "We regret to inform you, that the following item can not be provided due to it being missing. Your hold was cancelled."
1240             - ""
1241             - "Title: [% biblio.title %]"
1242             - "Author: [% biblio.author %]"
1243             - "Copy: [% item.copynumber %]"
1244             - "Location: [% branch.branchname %]"
1245
1246         - module: reserves
1247           code: HOLD
1248           branchcode: ""
1249           name: "Hold available for pickup"
1250           is_html: 0
1251           title: "Hold available for pickup at <<branches.branchname>>"
1252           message_transport_type: email
1253           lang: default
1254           content:
1255             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1256             - ""
1257             - "You have a hold available for pickup as of <<reserves.waitingdate>>:"
1258             - ""
1259             - "Title: <<biblio.title>>"
1260             - "Author: <<biblio.author>>"
1261             - "Copy: <<items.copynumber>>"
1262             - "Location: <<branches.branchname>>"
1263             - "<<branches.branchaddress1>>"
1264             - "<<branches.branchaddress2>>"
1265             - "<<branches.branchaddress3>>"
1266             - "<<branches.branchcity>> <<branches.branchzip>>"
1267
1268         - module: reserves
1269           code: HOLD
1270           branchcode: ""
1271           name: "Hold available for pickup"
1272           is_html: 0
1273           title: "Hold available for pickup (print notice)"
1274           message_transport_type: print
1275           lang: default
1276           content:
1277             - "<<branches.branchname>>"
1278             - "<<branches.branchaddress1>>"
1279             - "<<branches.branchaddress2>>"
1280             - ""
1281             - ""
1282             - "Change service requested"
1283             - ""
1284             - ""
1285             - ""
1286             - ""
1287             - ""
1288             - ""
1289             - ""
1290             - "<<borrowers.firstname>> <<borrowers.surname>>"
1291             - "<<borrowers.address>>"
1292             - "<<borrowers.city>> <<borrowers.zipcode>>"
1293             - ""
1294             - ""
1295             - ""
1296             - ""
1297             - ""
1298             - ""
1299             - ""
1300             - ""
1301             - ""
1302             - ""
1303             - "<<borrowers.firstname>> <<borrowers.surname>> <<borrowers.cardnumber>>"
1304             - ""
1305             - "You have a hold available for pickup as of <<reserves.waitingdate>>:"
1306             - ""
1307             - "Title: <<biblio.title>>"
1308             - "Author: <<biblio.author>>"
1309             - "Copy: <<items.copynumber>>"
1310             - ""
1311
1312         - module: reserves
1313           code: HOLDPLACED
1314           branchcode: ""
1315           name: "Hold placed on item"
1316           is_html: 0
1317           title: "Hold placed on item"
1318           message_transport_type: email
1319           lang: default
1320           content:
1321             - "A hold has been placed on the following item : <<biblio.title>> (<<biblio.biblionumber>>) by the user <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)."
1322
1323         - module: reserves
1324           code: HOLD_CHANGED
1325           branchcode: ""
1326           name: "Canceled hold available for different patron"
1327           is_html: 0
1328           title: "Canceled hold available for different patron"
1329           message_transport_type: email
1330           lang: default
1331           content:
1332             - "The patron picking up <<biblio.title>> (<<items.barcode>>) has changed to <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)."
1333             - "Please update the hold information for this item."
1334             - "Title: <<biblio.title>>"
1335             - "Author: <<biblio.author>>"
1336             - "Item: <<items.itemcallnumber>>"
1337             - "Pickup location: <<branches.branchname>>"
1338
1339         - module: reserves
1340           code: HOLD_REMINDER
1341           branchcode: ""
1342           name: "Waiting hold reminder"
1343           is_html: 0
1344           title: "You have waiting holds."
1345           message_transport_type: email
1346           lang: default
1347           content:
1348             - "Dear [% borrower.firstname %] [% borrower.surname %],\n\nThe following holds are waiting at [% branch.branchname %]:\n\n[% FOREACH hold IN holds %]\n    [% hold.biblio.title %] : waiting since [% hold.waitingdate | $KohaDates %]\n[% END %]"
1349
1350         - module: reserves
1351           code: NEW_CURBSIDE_PICKUP
1352           branchcode: ""
1353           name: "New curbside pickup"
1354           is_html: 0
1355           title: "You have scheduled a curbside pickup for [% branch.branchname %]"
1356           message_transport_type: email
1357           lang: default
1358           content:
1359             - "[%- USE KohaDates -%]"
1360             - "[%- SET cp = curbside_pickup -%]"
1361             - ""
1362             - "You have a curbside pickup scheduled for [% cp.scheduled_pickup_datetime | $KohaDates with_hours => 1 %] at [% cp.library.branchname %]."
1363             - "Any holds waiting for you at the pickup time will be included in this pickup. At this time, that list includes:\n[%- FOREACH h IN cp.patron.holds %]\n[%- IF h.branchcode == cp.branchcode && h.found == 'W' %]\n* [% h.biblio.title %], [% h.biblio.author %] ([% h.item.barcode %])\n[%- END %]\n[%- END %]"
1364             - ""
1365             - "Once you have arrived, please call your library or log into your account and click the \"Alert staff of your arrival\" button to let them know you are there."
1366
1367         - module: serial
1368           code: SERIAL_ALERT
1369           branchcode: ""
1370           name: "New serial issue"
1371           is_html: 0
1372           title: "New serial issue is now available"
1373           message_transport_type: email
1374           lang: default
1375           content:
1376             - "<<borrowers.firstname>> <<borrowers.surname>>,"
1377             - ""
1378             - "The following issue is now available:"
1379             - ""
1380             - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)"
1381             - ""
1382             - "Please pick it up at your convenience."
1383
1384         - module: suggestions
1385           code: ACCEPTED
1386           branchcode: ""
1387           name: "Suggestion accepted"
1388           is_html: 0
1389           title: "Purchase suggestion accepted"
1390           message_transport_type: email
1391           lang: default
1392           content:
1393             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1394             - ""
1395             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1396             - ""
1397             - "The library has reviewed your suggestion today. The item will be ordered as soon as possible. You will be notified by mail when the order is completed, and again when the item arrives at the library."
1398             - ""
1399             - "If you have any questions, please email us at <<branches.branchemail>>."
1400             - ""
1401             - "Thank you,"
1402             - ""
1403             - "<<branches.branchname>>"
1404
1405         - module: suggestions
1406           code: AVAILABLE
1407           branchcode: ""
1408           name: "Suggestion available"
1409           is_html: 0
1410           title: "Suggested purchase available"
1411           message_transport_type: email
1412           lang: default
1413           content:
1414             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1415             - ""
1416             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1417             - ""
1418             - "We are pleased to inform you that the item you requested is now part of the collection."
1419             - ""
1420             - "If you have any questions, please email us at <<branches.branchemail>>."
1421             - ""
1422             - "Thank you,"
1423             - ""
1424             - "<<branches.branchname>>"
1425
1426         - module: suggestions
1427           code: NEW_SUGGESTION
1428           branchcode: ""
1429           name: "New suggestion"
1430           is_html: 1
1431           title: "New suggestion"
1432           message_transport_type: email
1433           lang: default
1434           content:
1435             - "<h3>Suggestion pending approval</h3>"
1436             - "    <p><h4>Suggested by</h4>"
1437             - "    <ul>"
1438             - "    <li><<borrowers.firstname>> <<borrowers.surname>></li>"
1439             - "    <li><<borrowers.cardnumber>></li>"
1440             - "    <li><<borrowers.phone>></li>"
1441             - "    <li><<borrowers.email>></li>"
1442             - "    </ul>"
1443             - "    </p>"
1444             - "    <p><h4>Title suggested</h4>"
1445             - "    <ul>"
1446             - "    <li><b>Library:</b> <<branches.branchname>></li>"
1447             - "    <li><b>Title:</b> <<suggestions.title>></li>"
1448             - "    <li><b>Author:</b> <<suggestions.author>></li>"
1449             - "    <li><b>Copyright date:</b> <<suggestions.copyrightdate>></li>"
1450             - "    <li><b>Standard number (ISBN, ISSN or other):</b> <<suggestions.isbn>></li>"
1451             - "    <li><b>Publisher:</b> <<suggestions.publishercode>></li>"
1452             - "    <li><b>Collection title:</b> <<suggestions.collectiontitle>></li>"
1453             - "    <li><b>Publication place:</b> <<suggestions.place>></li>"
1454             - "    <li><b>Quantity:</b> <<suggestions.quantity>></li>"
1455             - "    <li><b>Item type:</b>  <<suggestions.itemtype>></li>"
1456             - "    <li><b>Reason for suggestion:</b> <<suggestions.patronreason>></li>"
1457             - "    <li><b>Notes:</b> <<suggestions.note>></li>"
1458             - "    </ul>"
1459             - "    </p>"
1460
1461         - module: suggestions
1462           code: ORDERED
1463           branchcode: ""
1464           name: "Suggestion ordered"
1465           is_html: 0
1466           title: "Suggested item ordered"
1467           message_transport_type: email
1468           lang: default
1469           content:
1470             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1471             - ""
1472             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1473             - ""
1474             - "We are pleased to inform you that the item you requested has now been ordered. It should arrive soon, at which time it will be processed for addition into the collection."
1475             - ""
1476             - "You will be notified again when the book is available."
1477             - ""
1478             - "If you have any questions, please email us at <<branches.branchemail>>"
1479             - ""
1480             - "Thank you,"
1481             - ""
1482             - "<<branches.branchname>>"
1483
1484         - module: suggestions
1485           code: REJECTED
1486           branchcode: ""
1487           name: "Suggestion rejected"
1488           is_html: 0
1489           title: "Purchase suggestion declined"
1490           message_transport_type: email
1491           lang: default
1492           content:
1493             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1494             - ""
1495             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1496             - ""
1497             - "The library has reviewed your request today, and has decided not to accept the suggestion at this time."
1498             - ""
1499             - "The reason given is: <<suggestions.reason>>"
1500             - ""
1501             - "If you have any questions, please email us at <<branches.branchemail>>."
1502             - ""
1503             - "Thank you,"
1504             - ""
1505             - "<<branches.branchname>>"
1506
1507         - module: suggestions
1508           code: TO_PROCESS
1509           branchcode: ""
1510           name: "Notify fund owner"
1511           is_html: 0
1512           title: "A suggestion is ready to be processed"
1513           message_transport_type: email
1514           lang: default
1515           content:
1516             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1517             - ""
1518             - "A new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>."
1519             - ""
1520             - "Thank you,"
1521             - ""
1522             - "<<branches.branchname>>"
1523
1524         - module: suggestions
1525           code: NOTIFY_MANAGER
1526           branchcode: ""
1527           name: "Notify manager of a suggestion"
1528           is_html: 0
1529           title: "A suggestion has been assigned to you"
1530           message_transport_type: email
1531           lang: default
1532           content:
1533             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1534             - ""
1535             - "A new suggestion has been assigned to you: [% suggestion.title %]."
1536             - ""
1537             - "Thank you,"
1538             - ""
1539             - "[% branch.branchname %]"
1540
1541         - module: members
1542           code: PROBLEM_REPORT
1543           branchcode: ""
1544           name: "OPAC problem report"
1545           is_html: 0
1546           title: "OPAC problem report"
1547           message_transport_type: email
1548           lang: default
1549           content:
1550             - "Username: <<problem_reports.username>>"
1551             - ""
1552             - "Problem page: <<problem_reports.problempage>>"
1553             - ""
1554             - "Title: <<problem_reports.title>>"
1555             - ""
1556             - "Message: <<problem_reports.content>>"
1557
1558         - module: circulation
1559           code: AUTO_RENEWALS
1560           branchcode: ""
1561           name: "Notification of automatic renewal"
1562           is_html: 0
1563           title: "Automatic renewal notice"
1564           message_transport_type: email
1565           lang: default
1566           content:
1567             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1568             - "[% IF checkout.auto_renew_error %]"
1569             - "The following item, [% biblio.title %], has not been renewed because:"
1570             - "[% IF checkout.auto_renew_error == 'too_many' %]"
1571             - "You have reached the maximum number of renewals possible."
1572             - "[% ELSIF checkout.auto_renew_error == 'on_reserve' %]"
1573             - "This item is on hold for another patron."
1574             - "[% ELSIF checkout.auto_renew_error == 'restriction' %]"
1575             - "You are currently restricted."
1576             - "[% ELSIF checkout.auto_renew_error == 'overdue' %]"
1577             - "You have overdue items."
1578             - "[% ELSIF checkout.auto_renew_error == 'auto_too_late' %]"
1579             - "It's too late to renew this item."
1580             - "[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %]"
1581             - "Your total unpaid fines are too high."
1582             - "[% ELSIF checkout.auto_renew_error == 'too_unseen' %]"
1583             - "This item must be renewed at the library."
1584             - "[% ELSIF checkout.auto_renew_error == 'auto_account_expired' %]"
1585             - "Your account has expired."
1586             - "[% END %]"
1587             - "[% ELSE %]"
1588             - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
1589             - "[% END %]"
1590
1591         - module: circulation
1592           code: CHECKINSLIP
1593           branchcode: ""
1594           name: "Checkin slip"
1595           is_html: 1
1596           title: "Checkin slip"
1597           message_transport_type: print
1598           lang: default
1599           content:
1600             - "<h3>[% branch.branchname %]</h3>"
1601             - "Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />"
1602             - "([% borrower.cardnumber %]) <br />"
1603             - ""
1604             - "[% today | $KohaDates %]<br />"
1605             - ""
1606             - "<h4>Checked in today</h4>"
1607             - "[% FOREACH checkin IN old_checkouts %]"
1608             - "[% SET item = checkin.item %]"
1609             - "<p>"
1610             - "[% item.biblio.title %] <br />"
1611             - "Barcode: [% item.barcode %] <br />"
1612             - "</p>"
1613             - "[% END %]"
1614
1615         - module: circulation
1616           code: OVERDUE_FINE_DESC
1617           branchcode: ""
1618           name: "Overdue Item Fine Description"
1619           is_html: 0
1620           title: "Overdue Item Fine Description"
1621           message_transport_type: print
1622           lang: default
1623           content:
1624             - "[% item.biblio.title %] [% checkout.date_due | $KohaDates %]"
1625
1626         - module: circulation
1627           code: AUTO_RENEWALS_DGST
1628           branchcode: ""
1629           name: "Notification on auto renewals"
1630           is_html: 0
1631           title: "Auto renewals (Digest)"
1632           message_transport_type: email
1633           lang: default
1634           content:
1635             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1636             - "[% IF error %]"
1637             - "There were [% error %] items that were not renewed."
1638             - "[% END %]"
1639             - "[% IF success %]"
1640             - "There were [% success %] items that were renewed."
1641             - "[% END %]"
1642             - "[% FOREACH checkout IN checkouts %]"
1643             - "[% checkout.item.biblio.title %] : [% checkout.item.barcode %]"
1644             - "[% IF !checkout.auto_renew_error %]"
1645             - "was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%]"
1646             - "[% ELSIF checkout.auto_renew_error == 'too_many' %]"
1647             - "You have reached the maximum number of renewals possible."
1648             - "[% ELSIF checkout.auto_renew_error == 'on_reserve' %]"
1649             - "This item is on hold for another patron."
1650             - "[% ELSIF checkout.auto_renew_error == 'restriction' %]"
1651             - "You are currently restricted."
1652             - "[% ELSIF checkout.auto_renew_error == 'overdue' %]"
1653             - "You have overdue items."
1654             - "[% ELSIF checkout.auto_renew_error == 'auto_too_late' %]"
1655             - "It's too late to renew this item."
1656             - "[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %]"
1657             - "Your total unpaid fines are too high."
1658             - "[% ELSIF checkout.auto_renew_error == 'too_unseen' %]"
1659             - "This item must be renewed at the library."
1660             - "[% END %]"
1661             - "[% END %]"
1662
1663         - module: circulation
1664           code: RETURN_RECALLED_ITEM
1665           branchcode: ""
1666           name: "Notification to return a recalled item"
1667           is_html: 0
1668           title: "Notification to return a recalled item"
1669           message_transport_type: email
1670           lang: default
1671           content:
1672             - "Date: <<today>>"
1673             - ""
1674             - "<<borrowers.firstname>> <<borrowers.surname>>,"
1675             - ""
1676             - "A recall has been placed on the following item: <<biblio.title>> / <<biblio.author>> (<<items.barcode>>). The due date has been updated, and is now <<issues.date_due>>. Please return the item before the due date."
1677             - ""
1678             - "Thank you!"
1679
1680         - module: circulation
1681           code: PICKUP_RECALLED_ITEM
1682           branchcode: ""
1683           name: "Recalled item awaiting pickup"
1684           is_html: 0
1685           title: "Recalled item awaiting pickup"
1686           message_transport_type: email
1687           lang: default
1688           content:
1689             - "Date: <<today>>"
1690             - ""
1691             - "<<borrowers.firstname>> <<borrowers.surname>>,"
1692             - ""
1693             - "A recall that you requested on the following item: <<biblio.title>> / <<biblio.author>> (<<items.barcode>>) is now ready for you to pick up at <<recalls.branchcode>>. Please pick up your item by <<recalls.expirationdate>>."
1694             - ""
1695             - "Thank you!"
1696
1697         - module: circulation
1698           code: RECALL_REQUESTER_DET
1699           branchcode: ""
1700           name: "Details of patron who recalled item"
1701           is_html: 0
1702           title: "Details of patron who recalled item"
1703           message_transport_type: print
1704           lang: default
1705           content:
1706             - "Date: <<today>>"
1707             - ""
1708             - "Recall for pickup at <<branches.branchname>>"
1709             - "<<borrowers.surname>>, <<borrowers.firstname>> (<<borrowers.cardnumber>>)"
1710             - "<<borrowers.phone>>"
1711             - "<<borrowers.streetnumber>> <<borrowers.address>>, <<borrowers.address2>>, <<borrowers.city>> <<borrowers.zipcode>>"
1712             - "<<borrowers.email>>"
1713             - ""
1714             - "ITEM RECALLED"
1715             - "<<biblio.title>> by <<biblio.author>>"
1716             - "Barcode: <<items.barcode>>"
1717             - "Callnumber: <<items.itemcallnumber>>"
1718             - "Waiting since: <<recalls.waitingdate>>"
1719             - "Notes: <<recalls.recallnotes>>"
1720
1721         - module: members
1722           code: 2FA_DISABLE
1723           branchcode: ""
1724           name: "Confirmation of disabling two factor authentication"
1725           is_html: 1
1726           title: "Confirmation of disabling two factor authentication"
1727           message_transport_type: email
1728           lang: default
1729           content:
1730             - "<p>Dear [% borrower.firstname %] [% borrower.surname %],</p>"
1731             - "<p>This is to confirm that someone disabled two factor authentication on your account.</p>"
1732             - "<p>If you did not do this, someone else may be using your account. Please contact technical support.</p>"
1733             - "<p>Your library</p>"
1734
1735         - module: members
1736           code: 2FA_ENABLE
1737           branchcode: ""
1738           name: "Confirmation of enabling two factor authentication"
1739           is_html: 1
1740           title: "Confirmation of enabling two factor authentication"
1741           message_transport_type: email
1742           lang: default
1743           content:
1744             - "<p>Dear [% borrower.firstname %] [% borrower.surname %],</p>"
1745             - "<p>This is to confirm that someone enabled two factor authentication on your account.</p>"
1746             - "<p>If you did not do this, someone else may be using your account. Please contact technical support.</p>"
1747             - "<p>Your library</p>"