Bug 25936: (QA follow-up) Spelling and wording
[koha.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_REQUEST_UPDATE
843           branchcode: ""
844           name: "ILL request update"
845           is_html: 0
846           title: "Interlibrary loan request update"
847           message_transport_type: email
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             - "has been updated."
857             - ""
858             - "Details of the update are below:"
859             - ""
860             - "[% additional_text %]"
861             - ""
862             - "Kind regards"
863             - ""
864             - "[% branch.branchname %]"
865             - "[% branch.branchaddress1 %]"
866             - "[% branch.branchaddress2 %]"
867             - "[% branch.branchaddress3 %]"
868             - "[% branch.branchcity %]"
869             - "[% branch.branchstate %]"
870             - "[% branch.branchzip %]"
871             - "[% branch.branchphone %]"
872             - "[% branch.branchillemail %]"
873             - "[% branch.branchemail %]"
874
875         - module: ill
876           code: ILL_PICKUP_READY
877           branchcode: ""
878           name: "ILL request ready for pickup"
879           is_html: 0
880           title: "Interlibrary loan request ready for pickup"
881           message_transport_type: sms
882           lang: default
883           content:
884             - "Dear [% borrower.firstname %] [% borrower.surname %],"
885             - ""
886             - "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for:"
887             - ""
888             - "- [% ill_bib_title %] - [% ill_bib_author %]"
889             - ""
890             - "is ready for pick up from [% branch.branchname %]."
891             - ""
892             - "Kind regards"
893             - ""
894             - "[% branch.branchname %]"
895             - "[% branch.branchaddress1 %]"
896             - "[% branch.branchaddress2 %]"
897             - "[% branch.branchaddress3 %]"
898             - "[% branch.branchcity %]"
899             - "[% branch.branchstate %]"
900             - "[% branch.branchzip %]"
901             - "[% branch.branchphone %]"
902             - "[% branch.branchillemail %]"
903             - "[% branch.branchemail %]"
904
905         - module: ill
906           code: ILL_REQUEST_UNAVAIL
907           branchcode: ""
908           name: "ILL request unavailable"
909           is_html: 0
910           title: "Interlibrary loan request unavailable"
911           message_transport_type: sms
912           lang: default
913           content:
914             - "Dear [% borrower.firstname %] [% borrower.surname %],"
915             - ""
916             - "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for"
917             - ""
918             - "- [% ill_bib_title %] - [% ill_bib_author %]"
919             - ""
920             - "is unfortunately unavailable."
921             - ""
922             - "Kind regards"
923             - ""
924             - "[% branch.branchname %]"
925             - "[% branch.branchaddress1 %]"
926             - "[% branch.branchaddress2 %]"
927             - "[% branch.branchaddress3 %]"
928             - "[% branch.branchcity %]"
929             - "[% branch.branchstate %]"
930             - "[% branch.branchzip %]"
931             - "[% branch.branchphone %]"
932             - "[% branch.branchillemail %]"
933             - "[% branch.branchemail %]"
934
935         - module: ill
936           code: ILL_REQUEST_CANCEL
937           branchcode: ""
938           name: "ILL request cancelled"
939           is_html: 0
940           title: "Interlibrary loan request cancelled"
941           message_transport_type: sms
942           lang: default
943           content:
944             - "The patron for interlibrary loans request [% illrequest.illrequest_id %], with the following details, has requested cancellation of this ILL request:"
945             - ""
946             - "[% ill_full_metadata %]"
947
948         - module: ill
949           code: ILL_REQUEST_MODIFIED
950           branchcode: ""
951           name: "ILL request modified"
952           is_html: 0
953           title: "Interlibrary loan request modified"
954           message_transport_type: sms
955           lang: default
956           content:
957             - "The patron for interlibrary loans request [% illrequest.illrequest_id %], with the following details, has modified this ILL request:"
958             - ""
959             - "[% ill_full_metadata %]"
960
961         - module: ill
962           code: ILL_PARTNER_REQ
963           branchcode: ""
964           name: "ILL request to partners"
965           is_html: 0
966           title: "Interlibrary loan request to partners"
967           message_transport_type: sms
968           lang: default
969           content:
970             - "Dear Sir/Madam,"
971             - ""
972             - "We would like to request an interlibrary loan for a title matching the following description:"
973             - ""
974             - "[% ill_full_metadata %]"
975             - ""
976             - "Please let us know if you are able to supply this to us."
977             - ""
978             - "Kind regards"
979             - ""
980             - "[% branch.branchname %]"
981             - "[% branch.branchaddress1 %]"
982             - "[% branch.branchaddress2 %]"
983             - "[% branch.branchaddress3 %]"
984             - "[% branch.branchcity %]"
985             - "[% branch.branchstate %]"
986             - "[% branch.branchzip %]"
987             - "[% branch.branchphone %]"
988             - "[% branch.branchillemail %]"
989             - "[% branch.branchemail %]"
990
991         - module: ill
992           code: ILL_REQUEST_UPDATE
993           branchcode: ""
994           name: "ILL request update"
995           is_html: 0
996           title: "Interlibrary loan request update"
997           message_transport_type: sms
998           lang: default
999           content:
1000             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1001             - ""
1002             - "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for"
1003             - ""
1004             - "- [% ill_bib_title %] - [% ill_bib_author %]"
1005             - ""
1006             - "has been updated."
1007             - ""
1008             - "Details of the update are below:"
1009             - ""
1010             - "[% additional_text %]"
1011             - ""
1012             - "Kind regards"
1013             - ""
1014             - "[% branch.branchname %]"
1015             - "[% branch.branchaddress1 %]"
1016             - "[% branch.branchaddress2 %]"
1017             - "[% branch.branchaddress3 %]"
1018             - "[% branch.branchcity %]"
1019             - "[% branch.branchstate %]"
1020             - "[% branch.branchzip %]"
1021             - "[% branch.branchphone %]"
1022             - "[% branch.branchillemail %]"
1023             - "[% branch.branchemail %]"
1024
1025         - module: members
1026           code: DISCHARGE
1027           branchcode: ""
1028           name: "Discharge confirmation"
1029           is_html: 1
1030           title: "Discharge for <<borrowers.firstname>> <<borrowers.surname>>"
1031           message_transport_type: email
1032           lang: default
1033           content:
1034             - ""
1035             - "<<today>>"
1036             - "<h1>Discharge confirmation</h1>"
1037             - "<p><<branches.branchname>> certifies that the following borrower:<br>"
1038             - "<<borrowers.firstname>> <<borrowers.surname>> (cardnumber: <<borrowers.cardnumber>>)<br>"
1039             - "has returned all items.</p>"
1040
1041         - module: members
1042           code: MEMBERSHIP_EXPIRY
1043           branchcode: ""
1044           name: "Account expiration"
1045           is_html: 0
1046           title: "Account expiration"
1047           message_transport_type: email
1048           lang: default
1049           content:
1050             - "Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,"
1051             - ""
1052             - "Your library card will expire soon, on:"
1053             - ""
1054             - "<<borrowers.dateexpiry>>"
1055             - ""
1056             - "Thank you,"
1057             - ""
1058             - "Librarian"
1059             - ""
1060             - "<<branches.branchname>>"
1061
1062         - module: members
1063           code: OPAC_REG_VERIFY
1064           branchcode: ""
1065           name: "OPAC self-registration verification email"
1066           is_html: 1
1067           title: "Verify your account"
1068           message_transport_type: email
1069           lang: default
1070           content:
1071             - "Hello!"
1072             - ""
1073             - "Your library account has been created. Please verify your email address by clicking this link to complete the signup process:"
1074             - ""
1075             - "<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>>"
1076             - ""
1077             - "If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly."
1078
1079         - module: members
1080           code: PASSWORD_CHANGE
1081           branchcode: ""
1082           name: "Notification of password change"
1083           is_html: 1
1084           title: "Library account password change notification for [% patron.firstname %] [% patron.surname %]"
1085           message_transport_type: email
1086           lang: default
1087           content:
1088             - "Dear [% patron.firstname %] [% patron.surname %],"
1089             - ""
1090             - "We want to notify you that your password has been changed. If you did not change it yourself (or requested that change), please contact library staff."
1091             - ""
1092             - "Your library."
1093
1094         - module: members
1095           code: PASSWORD_RESET
1096           branchcode: ""
1097           name: "Online password reset"
1098           is_html: 1
1099           title: "Koha password recovery"
1100           message_transport_type: email
1101           lang: default
1102           content:
1103             - "<html>"
1104             - "<p>This email has been sent in response to your password recovery request for the account <strong><<user>></strong>."
1105             - "</p>"
1106             - "<p>"
1107             - "You can now create your new password using the following link:"
1108             - "<br/><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
1109             - "</p>"
1110             - "<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>"
1111             - "<p>Thank you.</p>"
1112             - "</html>"
1113             - ""
1114
1115         - module: members
1116           code: STAFF_PASSWORD_RESET
1117           branchcode: ""
1118           name: "Online password reset"
1119           is_html: 1
1120           title: "Koha password reset"
1121           message_transport_type: email
1122           lang: default
1123           content:
1124             - "<html>"
1125             - "<p>A librarian has reset the password for the account <strong><<user>></strong>."
1126             - "</p>"
1127             - "<p>"
1128             - "Please create your new password using the following link:"
1129             - "<br/><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
1130             - "</p>"
1131             - "<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>"
1132             - "<p>Thank you.</p>"
1133             - "</html>"
1134             - ""
1135
1136         - module: members
1137           code: SHARE_ACCEPT
1138           branchcode: ""
1139           name: "Notification about an accepted share"
1140           is_html: 0
1141           title: "Share on list <<listname>> accepted"
1142           message_transport_type: email
1143           lang: default
1144           content:
1145             - "Dear patron,"
1146             - ""
1147             - "We want to inform you that <<borrowers.firstname>> <<borrowers.surname>> accepted your invitation to share your list <<listname>> in our library catalog."
1148             - ""
1149             - "Thank you."
1150             - ""
1151             - "Your library."
1152
1153         - module: members
1154           code: SHARE_INVITE
1155           branchcode: ""
1156           name: "Invitation for sharing a list"
1157           is_html: 0
1158           title: "Share list <<listname>>"
1159           message_transport_type: email
1160           lang: default
1161           content:
1162             - "Dear patron,"
1163             - ""
1164             - "One of our patrons, <<borrowers.firstname>> <<borrowers.surname>>, invites you to share a list <<listname>> in our library catalog."
1165             - ""
1166             - "To access this shared list, please click on the following URL or copy-and-paste it into your browser address bar."
1167             - ""
1168             - "<<shareurl>>"
1169             - ""
1170             - "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."
1171             - ""
1172             - "Thank you."
1173             - ""
1174             - "Your library."
1175
1176         - module: members
1177           code: WELCOME
1178           branchcode: ""
1179           name: "Welcome notice "
1180           is_html: 1
1181           title: "[% USE Koha %][% IF Koha.Preference('LibraryName') %]Welcome to [% Koha.Preference('LibraryName') %][% ELSE %]Welcome to the library[% END %]"
1182           message_transport_type: email
1183           lang: default
1184           content:
1185             - "[% USE Koha %]"
1186             - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]."
1187             - ""
1188             - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]"
1189             - ""
1190             - "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>."
1191             - ""
1192             - "Your library card number is [% borrower.cardnumber %]"
1193             - ""
1194             - "If you have any problems or questions regarding your account, please contact the library."
1195
1196         - module: members
1197           code: 2FA_OTP_TOKEN
1198           branchcode: ""
1199           name: "two-authentication step token"
1200           is_html: 1
1201           title: "Two-authentication token"
1202           message_transport_type: email
1203           lang: default
1204           content:
1205             - "Dear [% borrower.firstname %] [% borrower.surname %] ([% borrower.cardnumber %])"
1206             - ""
1207             - "Your authentication token is [% otp_token %]."
1208             - "It is valid one minute."
1209
1210         - module: orderacquisition
1211           code: ACQORDER
1212           branchcode: ""
1213           name: "Acquisition order"
1214           is_html: 0
1215           title: "Order"
1216           message_transport_type: email
1217           lang: default
1218           content:
1219             - "<<aqbooksellers.name>>"
1220             - "<<aqbooksellers.address1>>"
1221             - "<<aqbooksellers.address2>>"
1222             - "<<aqbooksellers.address3>>"
1223             - "<<aqbooksellers.address4>>"
1224             - "<<aqbooksellers.phone>>"
1225             - ""
1226             - "Please order for the library:"
1227             - ""
1228             - "<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (quantity: <<aqorders.quantity>>) ($<<aqorders.listprice>> each).</order>"
1229             - ""
1230             - "Thank you,"
1231             - ""
1232             - "<<branches.branchname>>"
1233
1234         - module: pos
1235           code: RECEIPT
1236           branchcode: ""
1237           name: "Point of sale receipt"
1238           is_html: 1
1239           title: "Receipt"
1240           message_transport_type: print
1241           lang: default
1242           content:
1243             - "[% USE KohaDates %]"
1244             - "[% USE Branches %]"
1245             - "[% USE Price %]"
1246             - "[% PROCESS \"accounts.inc\" %]"
1247             - "<table>"
1248             - "[% IF ( LibraryName ) %]"
1249             - " <tr>"
1250             - "    <th colspan=\"2\" class=\"centerednames\">"
1251             - "        <h3>[% LibraryName | html %]</h3>"
1252             - "    </th>"
1253             - " </tr>"
1254             - "[% END %]"
1255             - " <tr>"
1256             - "    <th colspan=\"2\" class=\"centerednames\">"
1257             - "        <h2>[% Branches.GetName( credit.branchcode ) | html %]</h2>"
1258             - "    </th>"
1259             - " </tr>"
1260             - "<tr>"
1261             - "    <th colspan=\"2\" class=\"centerednames\">"
1262             - "        <h3>[% credit.date | $KohaDates %]</h3>"
1263             - "</tr>"
1264             - "<tr>"
1265             - "  <td>Transaction ID: </td>"
1266             - "  <td>[% credit.accountlines_id %]</td>"
1267             - "</tr>"
1268             - "<tr>"
1269             - "  <td>Operator ID: </td>"
1270             - "  <td>[% credit.manager_id %]</td>"
1271             - "</tr>"
1272             - "<tr>"
1273             - "  <td>Payment type: </td>"
1274             - "  <td>[% credit.payment_type %]</td>"
1275             - "</tr>"
1276             - " <tr></tr>"
1277             - " <tr>"
1278             - "    <th colspan=\"2\" class=\"centerednames\">"
1279             - "        <h2><u>Fee receipt</u></h2>"
1280             - "    </th>"
1281             - " </tr>"
1282             - " <tr></tr>"
1283             - " <tr>"
1284             - "    <th>Description of charges</th>"
1285             - "    <th>Amount</th>"
1286             - "  </tr>"
1287             - ""
1288             - "  [% FOREACH debit IN credit.debits %]"
1289             - "    <tr>"
1290             - "        <td>[% PROCESS account_type_description account=debit %]</td>"
1291             - "        <td>[% debit.amount * -1 | $Price %]</td>"
1292             - "    </tr>"
1293             - "  [% END %]"
1294             - ""
1295             - "<tfoot>"
1296             - "  <tr class=\"highlight\">"
1297             - "    <td>Total: </td>"
1298             - "    <td>[% credit.amount * -1| $Price %]</td>"
1299             - "  </tr>"
1300             - "  <tr>"
1301             - "    <td>Tendered: </td>"
1302             - "    <td>[% collected | $Price %]</td>"
1303             - "  </tr>"
1304             - "  <tr>"
1305             - "    <td>Change: </td>"
1306             - "    <td>[% change | $Price %]</td>"
1307             - "    </tr>"
1308             - "</tfoot>"
1309             - "</table>"
1310
1311         - module: pos
1312           code: RECEIPT
1313           branchcode: ""
1314           name: "Point of sale receipt"
1315           is_html: 1
1316           title: "Receipt"
1317           message_transport_type: email
1318           lang: default
1319           content:
1320             - "[% USE KohaDates %]"
1321             - "[% USE Branches %]"
1322             - "[% USE Price %]"
1323             - "[% PROCESS \"accounts.inc\" %]"
1324             - "<table>"
1325             - "[% IF ( LibraryName ) %]"
1326             - " <tr>"
1327             - "    <th colspan=\"2\" class=\"centerednames\">"
1328             - "        <h3>[% LibraryName | html %]</h3>"
1329             - "    </th>"
1330             - " </tr>"
1331             - "[% END %]"
1332             - " <tr>"
1333             - "    <th colspan=\"2\" class=\"centerednames\">"
1334             - "        <h2>[% Branches.GetName( credit.branchcode ) | html %]</h2>"
1335             - "    </th>"
1336             - " </tr>"
1337             - "<tr>"
1338             - "    <th colspan=\"2\" class=\"centerednames\">"
1339             - "        <h3>[% credit.date | $KohaDates %]</h3>"
1340             - "</tr>"
1341             - "<tr>"
1342             - "  <td>Transaction ID: </td>"
1343             - "  <td>[% credit.accountlines_id %]</td>"
1344             - "</tr>"
1345             - "<tr>"
1346             - "  <td>Operator ID: </td>"
1347             - "  <td>[% credit.manager_id %]</td>"
1348             - "</tr>"
1349             - "<tr>"
1350             - "  <td>Payment type: </td>"
1351             - "  <td>[% credit.payment_type %]</td>"
1352             - "</tr>"
1353             - " <tr></tr>"
1354             - " <tr>"
1355             - "    <th colspan=\"2\" class=\"centerednames\">"
1356             - "        <h2><u>Fee receipt</u></h2>"
1357             - "    </th>"
1358             - " </tr>"
1359             - " <tr></tr>"
1360             - " <tr>"
1361             - "    <th>Description of charges</th>"
1362             - "    <th>Amount</th>"
1363             - "  </tr>"
1364             - ""
1365             - "  [% FOREACH debit IN credit.debits %]"
1366             - "    <tr>"
1367             - "        <td>[% PROCESS account_type_description account=debit %]</td>"
1368             - "        <td>[% debit.amount * -1 | $Price %]</td>"
1369             - "    </tr>"
1370             - "  [% END %]"
1371             - ""
1372             - "<tfoot>"
1373             - "  <tr class=\"highlight\">"
1374             - "    <td>Total: </td>"
1375             - "    <td>[% credit.amount * -1| $Price %]</td>"
1376             - "  </tr>"
1377             - "  <tr>"
1378             - "    <td>Tendered: </td>"
1379             - "    <td>[% collected | $Price %]</td>"
1380             - "  </tr>"
1381             - "  <tr>"
1382             - "    <td>Change: </td>"
1383             - "    <td>[% change | $Price %]</td>"
1384             - "    </tr>"
1385             - "</tfoot>"
1386             - "</table>"
1387
1388         - module: reserves
1389           code: CANCEL_HOLD_ON_LOST
1390           branchcode: ""
1391           name: "Hold has been cancelled"
1392           is_html: 0
1393           title: "Hold has been cancelled"
1394           message_transport_type: email
1395           lang: default
1396           content:
1397             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1398             - ""
1399             - "We regret to inform you, that the following item can not be provided due to it being missing. Your hold was cancelled."
1400             - ""
1401             - "Title: [% biblio.title %]"
1402             - "Author: [% biblio.author %]"
1403             - "Copy: [% item.copynumber %]"
1404             - "Location: [% branch.branchname %]"
1405
1406         - module: reserves
1407           code: HOLD
1408           branchcode: ""
1409           name: "Hold available for pickup"
1410           is_html: 0
1411           title: "Hold available for pickup at <<branches.branchname>>"
1412           message_transport_type: email
1413           lang: default
1414           content:
1415             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1416             - ""
1417             - "You have a hold available for pickup as of <<reserves.waitingdate>>:"
1418             - ""
1419             - "Title: <<biblio.title>>"
1420             - "Author: <<biblio.author>>"
1421             - "Copy: <<items.copynumber>>"
1422             - "Location: <<branches.branchname>>"
1423             - "<<branches.branchaddress1>>"
1424             - "<<branches.branchaddress2>>"
1425             - "<<branches.branchaddress3>>"
1426             - "<<branches.branchcity>> <<branches.branchzip>>"
1427
1428         - module: reserves
1429           code: HOLD
1430           branchcode: ""
1431           name: "Hold available for pickup"
1432           is_html: 0
1433           title: "Hold available for pickup (print notice)"
1434           message_transport_type: print
1435           lang: default
1436           content:
1437             - "<<branches.branchname>>"
1438             - "<<branches.branchaddress1>>"
1439             - "<<branches.branchaddress2>>"
1440             - ""
1441             - ""
1442             - "Change service requested"
1443             - ""
1444             - ""
1445             - ""
1446             - ""
1447             - ""
1448             - ""
1449             - ""
1450             - "<<borrowers.firstname>> <<borrowers.surname>>"
1451             - "<<borrowers.address>>"
1452             - "<<borrowers.city>> <<borrowers.zipcode>>"
1453             - ""
1454             - ""
1455             - ""
1456             - ""
1457             - ""
1458             - ""
1459             - ""
1460             - ""
1461             - ""
1462             - ""
1463             - "<<borrowers.firstname>> <<borrowers.surname>> <<borrowers.cardnumber>>"
1464             - ""
1465             - "You have a hold available for pickup as of <<reserves.waitingdate>>:"
1466             - ""
1467             - "Title: <<biblio.title>>"
1468             - "Author: <<biblio.author>>"
1469             - "Copy: <<items.copynumber>>"
1470             - ""
1471
1472         - module: reserves
1473           code: HOLDPLACED
1474           branchcode: ""
1475           name: "Hold placed on item"
1476           is_html: 0
1477           title: "Hold placed on item"
1478           message_transport_type: email
1479           lang: default
1480           content:
1481             - "A hold has been placed on the following item : <<biblio.title>> (<<biblio.biblionumber>>) by the user <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)."
1482
1483         - module: reserves
1484           code: HOLD_CHANGED
1485           branchcode: ""
1486           name: "Canceled hold available for different patron"
1487           is_html: 0
1488           title: "Canceled hold available for different patron"
1489           message_transport_type: email
1490           lang: default
1491           content:
1492             - "The patron picking up <<biblio.title>> (<<items.barcode>>) has changed to <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)."
1493             - "Please update the hold information for this item."
1494             - "Title: <<biblio.title>>"
1495             - "Author: <<biblio.author>>"
1496             - "Item: <<items.itemcallnumber>>"
1497             - "Pickup location: <<branches.branchname>>"
1498
1499         - module: reserves
1500           code: HOLD_REMINDER
1501           branchcode: ""
1502           name: "Waiting hold reminder"
1503           is_html: 0
1504           title: "You have waiting holds."
1505           message_transport_type: email
1506           lang: default
1507           content:
1508             - "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 %]"
1509
1510         - module: reserves
1511           code: NEW_CURBSIDE_PICKUP
1512           branchcode: ""
1513           name: "New curbside pickup"
1514           is_html: 0
1515           title: "You have scheduled a curbside pickup for [% branch.branchname %]"
1516           message_transport_type: email
1517           lang: default
1518           content:
1519             - "[%- USE KohaDates -%]"
1520             - "[%- SET cp = curbside_pickup -%]"
1521             - ""
1522             - "You have a curbside pickup scheduled for [% cp.scheduled_pickup_datetime | $KohaDates with_hours => 1 %] at [% cp.library.branchname %]."
1523             - "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 %]"
1524             - ""
1525             - "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."
1526
1527         - module: serial
1528           code: SERIAL_ALERT
1529           branchcode: ""
1530           name: "New serial issue"
1531           is_html: 0
1532           title: "New serial issue is now available"
1533           message_transport_type: email
1534           lang: default
1535           content:
1536             - "<<borrowers.firstname>> <<borrowers.surname>>,"
1537             - ""
1538             - "The following issue is now available:"
1539             - ""
1540             - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)"
1541             - ""
1542             - "Please pick it up at your convenience."
1543
1544         - module: suggestions
1545           code: ACCEPTED
1546           branchcode: ""
1547           name: "Suggestion accepted"
1548           is_html: 0
1549           title: "Purchase suggestion accepted"
1550           message_transport_type: email
1551           lang: default
1552           content:
1553             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1554             - ""
1555             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1556             - ""
1557             - "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."
1558             - ""
1559             - "If you have any questions, please email us at <<branches.branchemail>>."
1560             - ""
1561             - "Thank you,"
1562             - ""
1563             - "<<branches.branchname>>"
1564
1565         - module: suggestions
1566           code: AVAILABLE
1567           branchcode: ""
1568           name: "Suggestion available"
1569           is_html: 0
1570           title: "Suggested purchase available"
1571           message_transport_type: email
1572           lang: default
1573           content:
1574             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1575             - ""
1576             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1577             - ""
1578             - "We are pleased to inform you that the item you requested is now part of the collection."
1579             - ""
1580             - "If you have any questions, please email us at <<branches.branchemail>>."
1581             - ""
1582             - "Thank you,"
1583             - ""
1584             - "<<branches.branchname>>"
1585
1586         - module: suggestions
1587           code: NEW_SUGGESTION
1588           branchcode: ""
1589           name: "New suggestion"
1590           is_html: 1
1591           title: "New suggestion"
1592           message_transport_type: email
1593           lang: default
1594           content:
1595             - "<h3>Suggestion pending approval</h3>"
1596             - "    <p><h4>Suggested by</h4>"
1597             - "    <ul>"
1598             - "    <li><<borrowers.firstname>> <<borrowers.surname>></li>"
1599             - "    <li><<borrowers.cardnumber>></li>"
1600             - "    <li><<borrowers.phone>></li>"
1601             - "    <li><<borrowers.email>></li>"
1602             - "    </ul>"
1603             - "    </p>"
1604             - "    <p><h4>Title suggested</h4>"
1605             - "    <ul>"
1606             - "    <li><b>Library:</b> <<branches.branchname>></li>"
1607             - "    <li><b>Title:</b> <<suggestions.title>></li>"
1608             - "    <li><b>Author:</b> <<suggestions.author>></li>"
1609             - "    <li><b>Copyright date:</b> <<suggestions.copyrightdate>></li>"
1610             - "    <li><b>Standard number (ISBN, ISSN or other):</b> <<suggestions.isbn>></li>"
1611             - "    <li><b>Publisher:</b> <<suggestions.publishercode>></li>"
1612             - "    <li><b>Collection title:</b> <<suggestions.collectiontitle>></li>"
1613             - "    <li><b>Publication place:</b> <<suggestions.place>></li>"
1614             - "    <li><b>Quantity:</b> <<suggestions.quantity>></li>"
1615             - "    <li><b>Item type:</b>  <<suggestions.itemtype>></li>"
1616             - "    <li><b>Reason for suggestion:</b> <<suggestions.patronreason>></li>"
1617             - "    <li><b>Notes:</b> <<suggestions.note>></li>"
1618             - "    </ul>"
1619             - "    </p>"
1620
1621         - module: suggestions
1622           code: ORDERED
1623           branchcode: ""
1624           name: "Suggestion ordered"
1625           is_html: 0
1626           title: "Suggested item ordered"
1627           message_transport_type: email
1628           lang: default
1629           content:
1630             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1631             - ""
1632             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1633             - ""
1634             - "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."
1635             - ""
1636             - "You will be notified again when the book is available."
1637             - ""
1638             - "If you have any questions, please email us at <<branches.branchemail>>"
1639             - ""
1640             - "Thank you,"
1641             - ""
1642             - "<<branches.branchname>>"
1643
1644         - module: suggestions
1645           code: REJECTED
1646           branchcode: ""
1647           name: "Suggestion rejected"
1648           is_html: 0
1649           title: "Purchase suggestion declined"
1650           message_transport_type: email
1651           lang: default
1652           content:
1653             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1654             - ""
1655             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1656             - ""
1657             - "The library has reviewed your request today, and has decided not to accept the suggestion at this time."
1658             - ""
1659             - "The reason given is: <<suggestions.reason>>"
1660             - ""
1661             - "If you have any questions, please email us at <<branches.branchemail>>."
1662             - ""
1663             - "Thank you,"
1664             - ""
1665             - "<<branches.branchname>>"
1666
1667         - module: suggestions
1668           code: TO_PROCESS
1669           branchcode: ""
1670           name: "Notify fund owner"
1671           is_html: 0
1672           title: "A suggestion is ready to be processed"
1673           message_transport_type: email
1674           lang: default
1675           content:
1676             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1677             - ""
1678             - "A new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>."
1679             - ""
1680             - "Thank you,"
1681             - ""
1682             - "<<branches.branchname>>"
1683
1684         - module: suggestions
1685           code: NOTIFY_MANAGER
1686           branchcode: ""
1687           name: "Notify manager of a suggestion"
1688           is_html: 0
1689           title: "A suggestion has been assigned to you"
1690           message_transport_type: email
1691           lang: default
1692           content:
1693             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1694             - ""
1695             - "A new suggestion has been assigned to you: [% suggestion.title %]."
1696             - ""
1697             - "Thank you,"
1698             - ""
1699             - "[% branch.branchname %]"
1700
1701         - module: members
1702           code: PROBLEM_REPORT
1703           branchcode: ""
1704           name: "OPAC problem report"
1705           is_html: 0
1706           title: "OPAC problem report"
1707           message_transport_type: email
1708           lang: default
1709           content:
1710             - "Username: <<problem_reports.username>>"
1711             - ""
1712             - "Problem page: <<problem_reports.problempage>>"
1713             - ""
1714             - "Title: <<problem_reports.title>>"
1715             - ""
1716             - "Message: <<problem_reports.content>>"
1717
1718         - module: circulation
1719           code: AUTO_RENEWALS
1720           branchcode: ""
1721           name: "Notification of automatic renewal"
1722           is_html: 0
1723           title: "Automatic renewal notice"
1724           message_transport_type: email
1725           lang: default
1726           content:
1727             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1728             - "[% IF checkout.auto_renew_error %]"
1729             - "The following item, [% biblio.title %], has not been renewed because:"
1730             - "[% IF checkout.auto_renew_error == 'too_many' %]"
1731             - "You have reached the maximum number of renewals possible."
1732             - "[% ELSIF checkout.auto_renew_error == 'on_reserve' %]"
1733             - "This item is on hold for another patron."
1734             - "[% ELSIF checkout.auto_renew_error == 'restriction' %]"
1735             - "You are currently restricted."
1736             - "[% ELSIF checkout.auto_renew_error == 'overdue' %]"
1737             - "You have overdue items."
1738             - "[% ELSIF checkout.auto_renew_error == 'auto_too_late' %]"
1739             - "It's too late to renew this item."
1740             - "[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %]"
1741             - "Your total unpaid fines are too high."
1742             - "[% ELSIF checkout.auto_renew_error == 'too_unseen' %]"
1743             - "This item must be renewed at the library."
1744             - "[% ELSIF checkout.auto_renew_error == 'auto_account_expired' %]"
1745             - "Your account has expired."
1746             - "[% END %]"
1747             - "[% ELSE %]"
1748             - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
1749             - "[% END %]"
1750
1751         - module: circulation
1752           code: CHECKINSLIP
1753           branchcode: ""
1754           name: "Checkin slip"
1755           is_html: 1
1756           title: "Checkin slip"
1757           message_transport_type: print
1758           lang: default
1759           content:
1760             - "<h3>[% branch.branchname %]</h3>"
1761             - "Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />"
1762             - "([% borrower.cardnumber %]) <br />"
1763             - ""
1764             - "[% today | $KohaDates %]<br />"
1765             - ""
1766             - "<h4>Checked in today</h4>"
1767             - "[% FOREACH checkin IN old_checkouts %]"
1768             - "[% SET item = checkin.item %]"
1769             - "<p>"
1770             - "[% item.biblio.title %] <br />"
1771             - "Barcode: [% item.barcode %] <br />"
1772             - "</p>"
1773             - "[% END %]"
1774
1775         - module: circulation
1776           code: OVERDUE_FINE_DESC
1777           branchcode: ""
1778           name: "Overdue item fine description"
1779           is_html: 0
1780           title: "Overdue item fine description"
1781           message_transport_type: print
1782           lang: default
1783           content:
1784             - "[% item.biblio.title %] [% checkout.date_due | $KohaDates %]"
1785
1786         - module: circulation
1787           code: AUTO_RENEWALS_DGST
1788           branchcode: ""
1789           name: "Notification on auto renewals"
1790           is_html: 0
1791           title: "Auto renewals (Digest)"
1792           message_transport_type: email
1793           lang: default
1794           content:
1795             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1796             - "[% IF error %]"
1797             - "There were [% error %] items that were not renewed."
1798             - "[% END %]"
1799             - "[% IF success %]"
1800             - "There were [% success %] items that were renewed."
1801             - "[% END %]"
1802             - "[% FOREACH checkout IN checkouts %]"
1803             - "[% checkout.item.biblio.title %] : [% checkout.item.barcode %]"
1804             - "[% IF !checkout.auto_renew_error %]"
1805             - "was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%]"
1806             - "[% ELSIF checkout.auto_renew_error == 'too_many' %]"
1807             - "You have reached the maximum number of renewals possible."
1808             - "[% ELSIF checkout.auto_renew_error == 'on_reserve' %]"
1809             - "This item is on hold for another patron."
1810             - "[% ELSIF checkout.auto_renew_error == 'restriction' %]"
1811             - "You are currently restricted."
1812             - "[% ELSIF checkout.auto_renew_error == 'overdue' %]"
1813             - "You have overdue items."
1814             - "[% ELSIF checkout.auto_renew_error == 'auto_too_late' %]"
1815             - "It's too late to renew this item."
1816             - "[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %]"
1817             - "Your total unpaid fines are too high."
1818             - "[% ELSIF checkout.auto_renew_error == 'too_unseen' %]"
1819             - "This item must be renewed at the library."
1820             - "[% END %]"
1821             - "[% END %]"
1822
1823         - module: circulation
1824           code: RETURN_RECALLED_ITEM
1825           branchcode: ""
1826           name: "Notification to return a recalled item"
1827           is_html: 0
1828           title: "Notification to return a recalled item"
1829           message_transport_type: email
1830           lang: default
1831           content:
1832             - "Date: <<today>>"
1833             - ""
1834             - "<<borrowers.firstname>> <<borrowers.surname>>,"
1835             - ""
1836             - "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."
1837             - ""
1838             - "Thank you!"
1839
1840         - module: circulation
1841           code: PICKUP_RECALLED_ITEM
1842           branchcode: ""
1843           name: "Recalled item awaiting pickup"
1844           is_html: 0
1845           title: "Recalled item awaiting pickup"
1846           message_transport_type: email
1847           lang: default
1848           content:
1849             - "Date: <<today>>"
1850             - ""
1851             - "<<borrowers.firstname>> <<borrowers.surname>>,"
1852             - ""
1853             - "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>>."
1854             - ""
1855             - "Thank you!"
1856
1857         - module: circulation
1858           code: RECALL_REQUESTER_DET
1859           branchcode: ""
1860           name: "Details of patron who recalled item"
1861           is_html: 0
1862           title: "Details of patron who recalled item"
1863           message_transport_type: print
1864           lang: default
1865           content:
1866             - "Date: <<today>>"
1867             - ""
1868             - "Recall for pickup at <<branches.branchname>>"
1869             - "<<borrowers.surname>>, <<borrowers.firstname>> (<<borrowers.cardnumber>>)"
1870             - "<<borrowers.phone>>"
1871             - "<<borrowers.streetnumber>> <<borrowers.address>>, <<borrowers.address2>>, <<borrowers.city>> <<borrowers.zipcode>>"
1872             - "<<borrowers.email>>"
1873             - ""
1874             - "ITEM RECALLED"
1875             - "<<biblio.title>> by <<biblio.author>>"
1876             - "Barcode: <<items.barcode>>"
1877             - "Callnumber: <<items.itemcallnumber>>"
1878             - "Waiting since: <<recalls.waitingdate>>"
1879             - "Notes: <<recalls.recallnotes>>"
1880
1881         - module: members
1882           code: 2FA_DISABLE
1883           branchcode: ""
1884           name: "Confirmation of disabling two factor authentication"
1885           is_html: 1
1886           title: "Confirmation of disabling two factor authentication"
1887           message_transport_type: email
1888           lang: default
1889           content:
1890             - "<p>Dear [% borrower.firstname %] [% borrower.surname %],</p>"
1891             - "<p>This is to confirm that someone disabled two factor authentication on your account.</p>"
1892             - "<p>If you did not do this, someone else may be using your account. Please contact technical support.</p>"
1893             - "<p>Your library</p>"
1894
1895         - module: members
1896           code: 2FA_ENABLE
1897           branchcode: ""
1898           name: "Confirmation of enabling two factor authentication"
1899           is_html: 1
1900           title: "Confirmation of enabling two factor authentication"
1901           message_transport_type: email
1902           lang: default
1903           content:
1904             - "<p>Dear [% borrower.firstname %] [% borrower.surname %],</p>"
1905             - "<p>This is to confirm that someone enabled two factor authentication on your account.</p>"
1906             - "<p>If you did not do this, someone else may be using your account. Please contact technical support.</p>"
1907             - "<p>Your library</p>"
1908
1909         - module: members
1910           code: OPAC_REG
1911           branchcode: ""
1912           name: "New OPAC self-registration submitted"
1913           is_html: 1
1914           title: "New OPAC self-registration"
1915           message_transport_type: email
1916           lang: default
1917           content:
1918             - "<h3>New OPAC self-registration</h3>"
1919             - "<p><h4>Self-registration made:</h4>"
1920             - "<ul>"
1921             - "<li> [% borrower.firstname %] [% borrower.surname %]</li>"
1922             - "[% IF borrower.cardnumber %]<li>Cardnumber: [% borrower.cardnumber %]</li>[% END %]"
1923             - "[% IF borrower.email %]<li>Email: [% borrower.email %]</li>[% END %]"
1924             - "[% IF borrower.phone %]<li>Phone: [% borrower.phone %]</li>[% END %]"
1925             - "[% IF borrower.mobile %]<li>Mobile: [% borrower.mobile %]</li>[% END %]"
1926             - "[% IF borrower.fax %]<li>Fax: [% borrower.fax %]</li>[% END %]"
1927             - "[% IF borrower.emailpro %]<li>Secondary email: [% borrower.emailpro %]</li>[% END %]"
1928             - "[% IF borrower.phonepro %]<li>Secondary phone: [% borrower.phonepro %]</li>[% END %]"
1929             - "[% IF borrower.branchcode %]<li>Home library: [% borrower.branchcode %]</li>[% END %]"
1930             - "[% IF borrower.categorycode %]<li>Temporary patron category: [% borrower.categorycode %]</li>[% END %]"
1931             - "</ul>"
1932             - "</p>"