Bug 22818: (QA follow-up) Sample Notices
[srvgit] / 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: 0
51           title: "Account payment"
52           message_transport_type: print
53           lang: default
54           content:
55             - "<table>"
56             - "[% IF ( LibraryName ) %]"
57             - " <tr>"
58             - "    <th colspan=\"4\" class=\"centerednames\">"
59             - "        <h3>[% LibraryName | html %]</h3>"
60             - "    </th>"
61             - " </tr>"
62             - "[% END %]"
63             - " <tr>"
64             - "    <th colspan=\"4\" class=\"centerednames\">"
65             - "        <h2><u>Fee receipt</u></h2>"
66             - "    </th>"
67             - " </tr>"
68             - " <tr>"
69             - "    <th colspan=\"4\" class=\"centerednames\">"
70             - "        <h2>[% Branches.GetName( patron.branchcode ) | html %]</h2>"
71             - "    </th>"
72             - " </tr>"
73             - " <tr>"
74             - "    <th colspan=\"4\">"
75             - "        Received with thanks from  [% patron.firstname | html %] [% patron.surname | html %] <br />"
76             - "        Card number: [% patron.cardnumber | html %]<br />"
77             - "    </th>"
78             - " </tr>"
79             - "  <tr>"
80             - "    <th>Date</th>"
81             - "    <th>Description of charges</th>"
82             - "    <th>Note</th>"
83             - "    <th>Amount</th>"
84             - " </tr>"
85             - ""
86             - "  [% FOREACH account IN accounts %]"
87             - "    <tr class=\"highlight\">"
88             - "      <td>[% account.date | $KohaDates %]</td>"
89             - "      <td>"
90             - "        [% PROCESS account_type_description account=account %]"
91             - "        [%- IF account.description %], [% account.description | html %][% END %]"
92             - "      </td>"
93             - "      <td>[% account.note | html %]</td>"
94             - "      [% IF ( account.amountcredit ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% account.amount | $Price %]</td>"
95             - "    </tr>"
96             - ""
97             - "  [% END %]"
98             - "<tfoot>"
99             - "  <tr>"
100             - "    <td colspan=\"3\">Total outstanding dues as on date: </td>"
101             - "    [% IF ( totalcredit ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% total | $Price %]</td>"
102             - "  </tr>"
103             - "</tfoot>"
104             - "</table>"
105
106         - module: circulation
107           code: ACCOUNT_DEBIT
108           branchcode: ""
109           name: "Account fee"
110           is_html: 0
111           title: "Account fee"
112           message_transport_type: print
113           lang: default
114           content:
115             - "<table>"
116             - "  [% IF ( LibraryName ) %]"
117             - "    <tr>"
118             - "      <th colspan=\"5\" class=\"centerednames\">"
119             - "        <h3>[% LibraryName | html %]</h3>"
120             - "      </th>"
121             - "    </tr>"
122             - "  [% END %]"
123             - ""
124             - "  <tr>"
125             - "    <th colspan=\"5\" class=\"centerednames\">"
126             - "      <h2><u>INVOICE</u></h2>"
127             - "    </th>"
128             - "  </tr>"
129             - "  <tr>"
130             - "    <th colspan=\"5\" class=\"centerednames\">"
131             - "      <h2>[% Branches.GetName( patron.branchcode ) | html %]</h2>"
132             - "    </th>"
133             - "  </tr>"
134             - "  <tr>"
135             - "    <th colspan=\"5\" >"
136             - "      Bill to: [% patron.firstname | html %] [% patron.surname | html %] <br />"
137             - "      Card number: [% patron.cardnumber | html %]<br />"
138             - "    </th>"
139             - "  </tr>"
140             - "  <tr>"
141             - "    <th>Date</th>"
142             - "    <th>Description of charges</th>"
143             - "    <th>Note</th>"
144             - "    <th style=\"text-align:right;\">Amount</th>"
145             - "    <th style=\"text-align:right;\">Amount outstanding</th>"
146             - "  </tr>"
147             - ""
148             - "  [% FOREACH account IN accounts %]"
149             - "    <tr class=\"highlight\">"
150             - "      <td>[% account.date | $KohaDates%]</td>"
151             - "      <td>"
152             - "        [% PROCESS account_type_description account=account %]"
153             - "        [%- IF account.description %], [% account.description | html %][% END %]"
154             - "      </td>"
155             - "      <td>[% account.note | html %]</td>"
156             - "      [% IF ( account.amountcredit ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% account.amount | $Price %]</td>"
157             - "      [% IF ( account.amountoutstandingcredit ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% account.amountoutstanding | $Price %]</td>"
158             - "    </tr>"
159             - "  [% END %]"
160             - ""
161             - "  <tfoot>"
162             - "    <tr>"
163             - "      <td colspan=\"4\">Total outstanding dues as on date: </td>"
164             - "      [% IF ( totalcredit ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% total | $Price %]</td>"
165             - "    </tr>"
166             - "  </tfoot>"
167             - "</table>"
168
169         - module: circulation
170           code: ACCOUNT_PAYMENT
171           branchcode: ""
172           name: "Account payment"
173           is_html: 0
174           title: "Account payment"
175           message_transport_type: email
176           lang: default
177           content:
178             - "[%- USE Price -%]"
179             - "A payment of [% credit.amount * -1 | $Price %] has been applied to your account."
180             - ""
181             - "This payment affected the following fees:"
182             - "[%- FOREACH o IN offsets %]"
183             - "Description: [% o.debit.description %]"
184             - "Amount paid: [% o.amount * -1 | $Price %]"
185             - "Amount remaining: [% o.debit.amountoutstanding | $Price %]"
186             - "[% END %]"
187
188         - module: circulation
189           code: ACCOUNT_WRITEOFF
190           branchcode: ""
191           name: "Account writeoff"
192           is_html: 0
193           title: "Account writeoff"
194           message_transport_type: email
195           lang: default
196           content:
197             - "[%- USE Price -%]"
198             - "An account writeoff of [% credit.amount * -1 | $Price %] has been applied to your account."
199             - ""
200             - "This writeoff affected the following fees:"
201             - "[%- FOREACH o IN offsets %]"
202             - "Description: [% o.debit.description %]"
203             - "Amount paid: [% o.amount * -1 | $Price %]"
204             - "Amount remaining: [% o.debit.amountoutstanding | $Price %]"
205             - "[% END %]"
206
207         - module: circulation
208           code: AR_CANCELED
209           branchcode: ""
210           name: "Article request - canceled"
211           is_html: 0
212           title: "Article request canceled"
213           message_transport_type: email
214           lang: default
215           content:
216             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>),"
217             - ""
218             - "Your request for an article from <<biblio.title>> (<<items.barcode>>) has been canceled for the following reason:"
219             - ""
220             - "<<article_requests.notes>>"
221             - ""
222             - "Article requested:"
223             - "Title: <<article_requests.title>>"
224             - "Author: <<article_requests.author>>"
225             - "Volume: <<article_requests.volume>>"
226             - "Issue: <<article_requests.issue>>"
227             - "Date: <<article_requests.date>>"
228             - "Pages: <<article_requests.pages>>"
229             - "Chapters: <<article_requests.chapters>>"
230             - "Notes: <<article_requests.patron_notes>>"
231             - ""
232             - "Your library"
233
234         - module: circulation
235           code: AR_COMPLETED
236           branchcode: ""
237           name: "Article request - completed"
238           is_html: 0
239           title: "Article request completed"
240           message_transport_type: email
241           lang: default
242           content:
243             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>),"
244             - ""
245             - "We have completed your request for an article from <<biblio.title>> (<<items.barcode>>)."
246             - ""
247             - "Article requested:"
248             - "Title: <<article_requests.title>>"
249             - "Author: <<article_requests.author>>"
250             - "Volume: <<article_requests.volume>>"
251             - "Issue: <<article_requests.issue>>"
252             - "Date: <<article_requests.date>>"
253             - "Pages: <<article_requests.pages>>"
254             - "Chapters: <<article_requests.chapters>>"
255             - "Notes: <<article_requests.patron_notes>>"
256             - ""
257             - "You may pick your article up at <<branches.branchname>>."
258             - ""
259             - "Thank you!"
260
261         - module: circulation
262           code: AR_PENDING
263           branchcode: ""
264           name: "Article request - open"
265           is_html: 0
266           title: "Article request received"
267           message_transport_type: email
268           lang: default
269           content:
270             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)"
271             - ""
272             - "We have received your request for an article from <<biblio.title>> (<<items.barcode>>)."
273             - ""
274             - "Article requested:"
275             - "Title: <<article_requests.title>>"
276             - "Author: <<article_requests.author>>"
277             - "Volume: <<article_requests.volume>>"
278             - "Issue: <<article_requests.issue>>"
279             - "Date: <<article_requests.date>>"
280             - "Pages: <<article_requests.pages>>"
281             - "Chapters: <<article_requests.chapters>>"
282             - "Notes: <<article_requests.patron_notes>>"
283             - ""
284             - ""
285             - "Thank you!"
286
287         - module: circulation
288           code: AR_PROCESSING
289           branchcode: ""
290           name: "Article request - processing"
291           is_html: 0
292           title: "Article request processing"
293           message_transport_type: email
294           lang: default
295           content:
296             - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>),"
297             - ""
298             - "We are now processing your request for an article from <<biblio.title>> (<<items.barcode>>)."
299             - ""
300             - "Article requested:"
301             - "Title: <<article_requests.title>>"
302             - "Author: <<article_requests.author>>"
303             - "Volume: <<article_requests.volume>>"
304             - "Issue: <<article_requests.issue>>"
305             - "Date: <<article_requests.date>>"
306             - "Pages: <<article_requests.pages>>"
307             - "Chapters: <<article_requests.chapters>>"
308             - "Notes: <<article_requests.patron_notes>>"
309             - ""
310             - "Thank you!"
311
312         - module: circulation
313           code: AR_SLIP
314           branchcode: ""
315           name: "Article request - print slip"
316           is_html: 0
317           title: "Article request"
318           message_transport_type: print
319           lang: default
320           content:
321             - "Article request:"
322             - ""
323             - "<<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>),"
324             - ""
325             - "Title: <<biblio.title>>"
326             - "Barcode: <<items.barcode>>"
327             - ""
328             - "Article requested:"
329             - "Title: <<article_requests.title>>"
330             - "Author: <<article_requests.author>>"
331             - "Volume: <<article_requests.volume>>"
332             - "Issue: <<article_requests.issue>>"
333             - "Date: <<article_requests.date>>"
334             - "Pages: <<article_requests.pages>>"
335             - "Chapters: <<article_requests.chapters>>"
336             - "Notes: <<article_requests.patron_notes>>"
337             - ""
338
339         - module: circulation
340           code: CHECKIN
341           branchcode: ""
342           name: "Item check-in (digest)"
343           is_html: 0
344           title: "Check-ins"
345           message_transport_type: email
346           lang: default
347           content:
348             - "The following items have been checked in:"
349             - "----"
350             - "[% biblio.title %]"
351             - "----"
352             - "Thank you."
353
354         - module: circulation
355           code: CHECKOUT
356           branchcode: ""
357           name: "Item check-out (digest)"
358           is_html: 0
359           title: "Checkouts"
360           message_transport_type: email
361           lang: default
362           content:
363             - "The following items have been checked out:"
364             - "----"
365             - "[% biblio.title %]"
366             - "----"
367             - "Thank you for visiting [% branch.branchname %]."
368
369         - module: circulation
370           code: CHECKOUT_NOTE
371           branchcode: ""
372           name: "Checkout note on item set by patron"
373           is_html: 0
374           title: "Checkout note"
375           message_transport_type: email
376           lang: default
377           content:
378             - "<<borrowers.firstname>> <<borrowers.surname>> has added a note to the item <<biblio.title>> - <<biblio.author>> (<<biblio.biblionumber>>)."
379
380         - module: circulation
381           code: DUE
382           branchcode: ""
383           name: "Item due reminder"
384           is_html: 0
385           title: "Item due reminder"
386           message_transport_type: email
387           lang: default
388           content:
389             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
390             - ""
391             - "The following item is now due:"
392             - ""
393             - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)"
394
395         - module: circulation
396           code: DUEDGST
397           branchcode: ""
398           name: "Item due reminder (digest)"
399           is_html: 0
400           title: "Item due reminder"
401           message_transport_type: email
402           lang: default
403           content:
404             - "You have <<count>> items due"
405
406         - module: circulation
407           code: HOLD_SLIP
408           branchcode: ""
409           name: "Hold slip"
410           is_html: 1
411           title: "Hold slip"
412           message_transport_type: email
413           lang: default
414           content:
415             - "<h5>Date: <<today>></h5>"
416             - ""
417             - "<h3> Transfer to/Hold in <<branches.branchname>></h3>"
418             - ""
419             - "<h3><<borrowers.surname>>, <<borrowers.firstname>></h3>"
420             - ""
421             - "<ul>"
422             - "    <li><<borrowers.cardnumber>></li>"
423             - "    <li><<borrowers.phone>></li>"
424             - "    <li> <<borrowers.address>><br />"
425             - "         <<borrowers.address2>><br />"
426             - "         <<borrowers.city >>  <<borrowers.zipcode>>"
427             - "    </li>"
428             - "    <li><<borrowers.email>></li>"
429             - "</ul>"
430             - "<br />"
431             - "<h3>ITEM ON HOLD</h3>"
432             - "<h4><<biblio.title>></h4>"
433             - "<h5><<biblio.author>></h5>"
434             - "<ul>"
435             - "   <li><<items.barcode>></li>"
436             - "   <li><<items.itemcallnumber>></li>"
437             - "   <li><<reserves.waitingdate>></li>"
438             - "</ul>"
439             - "<p>Notes:"
440             - "<pre><<reserves.reservenotes>></pre>"
441             - "</p>"
442             - ""
443
444         - module: circulation
445           code: ISSUEQSLIP
446           branchcode: ""
447           name: "Issue quick slip"
448           is_html: 1
449           title: "Issue quick slip"
450           message_transport_type: email
451           lang: default
452           content:
453             - "<h3><<branches.branchname>></h3>"
454             - "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />"
455             - "(<<borrowers.cardnumber>>) <br />"
456             - ""
457             - "<<today>><br />"
458             - ""
459             - "<h4>Checked out today</h4>"
460             - "<checkedout>"
461             - "<p>"
462             - "<<biblio.title>> <br />"
463             - "Barcode: <<items.barcode>><br />"
464             - "Date due: <<issues.date_due>><br />"
465             - "</p>"
466             - "</checkedout>"
467
468         - module: circulation
469           code: ISSUESLIP
470           branchcode: ""
471           name: "Issue slip"
472           is_html: 1
473           title: "Issue slip"
474           message_transport_type: email
475           lang: default
476           content:
477             - "<h3><<branches.branchname>></h3>"
478             - "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />"
479             - "(<<borrowers.cardnumber>>) <br />"
480             - ""
481             - "<<today>><br />"
482             - ""
483             - "<h4>Checked out</h4>"
484             - "<checkedout>"
485             - "<p>"
486             - "<<biblio.title>> <br />"
487             - "Barcode: <<items.barcode>><br />"
488             - "Date due: <<issues.date_due>><br />"
489             - "</p>"
490             - "</checkedout>"
491             - ""
492             - "<h4>Overdues</h4>"
493             - "<overdue>"
494             - "<p>"
495             - "<<biblio.title>> <br />"
496             - "Barcode: <<items.barcode>><br />"
497             - "Date due: <<issues.date_due>><br />"
498             - "</p>"
499             - "</overdue>"
500             - ""
501             - "<hr>"
502             - ""
503             - "<h4 style=\"text-align: center; font-style:italic;\">News</h4>"
504             - "<news>"
505             - "<div class=\"newsitem\">"
506             - "<h5 style=\"margin-bottom: 1px; margin-top: 1px\"><b><<opac_news.title>></b></h5>"
507             - "<p style=\"margin-bottom: 1px; margin-top: 1px\"><<opac_news.content>></p>"
508             - "<p class=\"newsfooter\" style=\"font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px\">Posted on <<opac_news.published_on>></p>"
509             - "<hr />"
510             - "</div>"
511             - "</news>"
512
513         - module: circulation
514           code: ODUE
515           branchcode: ""
516           name: "Overdue notice"
517           is_html: 0
518           title: "Item overdue"
519           message_transport_type: email
520           lang: default
521           content:
522             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
523             - ""
524             - "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."
525             - ""
526             - "<<branches.branchname>>"
527             - "<<branches.branchaddress1>>"
528             - "<<branches.branchaddress2>> <<branches.branchaddress3>>"
529             - "Phone: <<branches.branchphone>>"
530             - "Fax: <<branches.branchfax>>"
531             - "Email: <<branches.branchemail>>"
532             - ""
533             - "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."
534             - ""
535             - "The following item(s) is/are currently overdue:"
536             - ""
537             - "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>"
538             - ""
539             - "Thank-you for your prompt attention to this matter."
540             - ""
541             - "<<branches.branchname>> Staff"
542             - ""
543
544         - module: circulation
545           code: OVERDUES_SLIP
546           branchcode: ""
547           name: "Overdues slip"
548           is_html: 0
549           title: "Overdues slip"
550           message_transport_type: print
551           lang: default
552           content:
553             - "The following item(s) is/are currently overdue:"
554             - ""
555             - "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>"
556             - ""
557
558         - module: circulation
559           code: PREDUE
560           branchcode: ""
561           name: "Advance notice of item due"
562           is_html: 0
563           title: "Advance notice of item due"
564           message_transport_type: email
565           lang: default
566           content:
567             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
568             - ""
569             - "The following item will be due soon:"
570             - ""
571             - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)"
572
573         - module: circulation
574           code: PREDUEDGST
575           branchcode: ""
576           name: "Advance notice of item due (digest)"
577           is_html: 0
578           title: "Advance notice of item due"
579           message_transport_type: email
580           lang: default
581           content:
582             - "You have <<count>> items due soon"
583
584         - module: circulation
585           code: RENEWAL
586           branchcode: ""
587           name: "Item renewals"
588           is_html: 0
589           title: "Item renewals"
590           message_transport_type: email
591           lang: default
592           content:
593             - "The following items have been renewed:"
594             - "----"
595             - "<<biblio.title>>"
596             - "----"
597             - "Thank you for visiting <<branches.branchname>>."
598
599         - module: circulation
600           code: SR_SLIP
601           branchcode: ""
602           name: "Stock rotation slip"
603           is_html: 0
604           title: "Stock rotation report"
605           message_transport_type: email
606           lang: default
607           content:
608             - "Stock rotation report for [% branch.name %]:"
609             - ""
610             - "[% IF branch.items.size %][% branch.items.size %] items to be processed for this branch."
611             - "[% ELSE %]No items to be processed for this branch"
612             - "[% END %][% FOREACH item IN branch.items %][% IF item.reason != 'in-demand' %]Title: [% item.title %]"
613             - "Author: [% item.author %]"
614             - "Callnumber: [% item.callnumber %]"
615             - "Location: [% item.location %]"
616             - "Barcode: [% item.barcode %]"
617             - "On loan?: [% item.onloan %]"
618             - "Status: [% item.reason %]"
619             - "Current library: [% item.branch.branchname %] [% item.branch.branchcode %]"
620             - ""
621             - "[% END %][% END %]"
622
623         - module: circulation
624           code: TRANSFERSLIP
625           branchcode: ""
626           name: "Transfer slip"
627           is_html: 1
628           title: "Transfer slip"
629           message_transport_type: email
630           lang: default
631           content:
632             - "<h5>Date: <<today>></h5>"
633             - ""
634             - "<h3>Transfer to <<branches.branchname>></h3>"
635             - ""
636             - "<h3>ITEM</h3>"
637             - "<h4><<biblio.title>></h4>"
638             - "<h5><<biblio.author>></h5>"
639             - "<ul>"
640             - "   <li><<items.barcode>></li>"
641             - "   <li><<items.itemcallnumber>></li>"
642             - "</ul>"
643
644         - module: claimacquisition
645           code: ACQCLAIM
646           branchcode: ""
647           name: "Acquisition claim"
648           is_html: 0
649           title: "Item not received"
650           message_transport_type: email
651           lang: default
652           content:
653             - "<<aqbooksellers.name>>"
654             - "<<aqbooksellers.address1>>"
655             - "<<aqbooksellers.address2>>"
656             - "<<aqbooksellers.address3>>"
657             - "<<aqbooksellers.address4>>"
658             - "<<aqbooksellers.phone>>"
659             - ""
660             - "<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received.</order>"
661
662         - module: ill
663           code: ILL_PICKUP_READY
664           branchcode: ""
665           name: "ILL request ready for pickup"
666           is_html: 0
667           title: "Interlibrary loan request ready for pickup"
668           message_transport_type: email
669           lang: default
670           content:
671             - "Dear [% borrowers.firstname %] [% borrowers.surname %],"
672             - ""
673             - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:"
674             - ""
675             - "- [% ill_bib_title %] - [% ill_bib_author %]"
676             - ""
677             - "is ready for pick up from [% branches.branchname %]."
678             - ""
679             - "Kind Regards"
680             - ""
681             - "[% branches.branchname %]"
682             - "[% branches.branchaddress1 %]"
683             - "[% branches.branchaddress2 %]"
684             - "[% branches.branchaddress3 %]"
685             - "[% branches.branchcity %]"
686             - "[% branches.branchstate %]"
687             - "[% branches.branchzip %]"
688             - "[% branches.branchphone %]"
689             - "[% branches.branchillemail %]"
690             - "[% branches.branchemail %]"
691
692         - module: ill
693           code: ILL_REQUEST_UNAVAIL
694           branchcode: ""
695           name: "ILL request unavailable"
696           is_html: 0
697           title: "Interlibrary loan request unavailable"
698           message_transport_type: email
699           lang: default
700           content:
701             - "Dear [% borrowers.firstname %] [% borrowers.surname %],"
702             - ""
703             - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for"
704             - ""
705             - "- [% ill_bib_title %] - [% ill_bib_author %]"
706             - ""
707             - "is unfortunately unavailable."
708             - ""
709             - "Kind Regards"
710             - ""
711             - "[% branches.branchname %]"
712             - "[% branches.branchaddress1 %]"
713             - "[% branches.branchaddress2 %]"
714             - "[% branches.branchaddress3 %]"
715             - "[% branches.branchcity %]"
716             - "[% branches.branchstate %]"
717             - "[% branches.branchzip %]"
718             - "[% branches.branchphone %]"
719             - "[% branches.branchillemail %]"
720             - "[% branches.branchemail %]"
721
722         - module: ill
723           code: ILL_REQUEST_CANCEL
724           branchcode: ""
725           name: "ILL request cancelled"
726           is_html: 0
727           title: "Interlibrary loan request cancelled"
728           message_transport_type: email
729           lang: default
730           content:
731             - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:"
732             - ""
733             - "[% ill_full_metadata %]"
734
735         - module: ill
736           code: ILL_REQUEST_MODIFIED
737           branchcode: ""
738           name: "ILL request modified"
739           is_html: 0
740           title: "Interlibrary loan request modified"
741           message_transport_type: email
742           lang: default
743           content:
744             - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:"
745             - ""
746             - "[% ill_full_metadata %]"
747
748         - module: ill
749           code: ILL_PARTNER_REQ
750           branchcode: ""
751           name: "ILL request to partners"
752           is_html: 0
753           title: "Interlibrary loan request to partners"
754           message_transport_type: email
755           lang: default
756           content:
757             - "Dear Sir/Madam,"
758             - ""
759             - "We would like to request an interlibrary loan for a title matching the following description:"
760             - ""
761             - "[% ill_full_metadata %]"
762             - ""
763             - "Please let us know if you are able to supply this to us."
764             - ""
765             - "Kind Regards"
766             - ""
767             - "[% branches.branchname %]"
768             - "[% branches.branchaddress1 %]"
769             - "[% branches.branchaddress2 %]"
770             - "[% branches.branchaddress3 %]"
771             - "[% branches.branchcity %]"
772             - "[% branches.branchstate %]"
773             - "[% branches.branchzip %]"
774             - "[% branches.branchphone %]"
775             - "[% branches.branchillemail %]"
776             - "[% branches.branchemail %]"
777
778         - module: ill
779           code: ILL_PICKUP_READY
780           branchcode: ""
781           name: "ILL request ready for pickup"
782           is_html: 0
783           title: "Interlibrary loan request ready for pickup"
784           message_transport_type: sms
785           lang: default
786           content:
787             - "Dear [% borrowers.firstname %] [% borrowers.surname %],"
788             - ""
789             - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:"
790             - ""
791             - "- [% ill_bib_title %] - [% ill_bib_author %]"
792             - ""
793             - "is ready for pick up from [% branches.branchname %]."
794             - ""
795             - "Kind Regards"
796             - ""
797             - "[% branches.branchname %]"
798             - "[% branches.branchaddress1 %]"
799             - "[% branches.branchaddress2 %]"
800             - "[% branches.branchaddress3 %]"
801             - "[% branches.branchcity %]"
802             - "[% branches.branchstate %]"
803             - "[% branches.branchzip %]"
804             - "[% branches.branchphone %]"
805             - "[% branches.branchillemail %]"
806             - "[% branches.branchemail %]"
807
808         - module: ill
809           code: ILL_REQUEST_UNAVAIL
810           branchcode: ""
811           name: "ILL request unavailable"
812           is_html: 0
813           title: "Interlibrary loan request unavailable"
814           message_transport_type: sms
815           lang: default
816           content:
817             - "Dear [% borrowers.firstname %] [% borrowers.surname %],"
818             - ""
819             - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for"
820             - ""
821             - "- [% ill_bib_title %] - [% ill_bib_author %]"
822             - ""
823             - "is unfortunately unavailable."
824             - ""
825             - "Kind Regards"
826             - ""
827             - "[% branches.branchname %]"
828             - "[% branches.branchaddress1 %]"
829             - "[% branches.branchaddress2 %]"
830             - "[% branches.branchaddress3 %]"
831             - "[% branches.branchcity %]"
832             - "[% branches.branchstate %]"
833             - "[% branches.branchzip %]"
834             - "[% branches.branchphone %]"
835             - "[% branches.branchillemail %]"
836             - "[% branches.branchemail %]"
837
838         - module: ill
839           code: ILL_REQUEST_CANCEL
840           branchcode: ""
841           name: "ILL request cancelled"
842           is_html: 0
843           title: "Interlibrary loan request cancelled"
844           message_transport_type: sms
845           lang: default
846           content:
847             - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:"
848             - ""
849             - "[% ill_full_metadata %]"
850
851         - module: ill
852           code: ILL_REQUEST_MODIFIED
853           branchcode: ""
854           name: "ILL request modified"
855           is_html: 0
856           title: "Interlibrary loan request modified"
857           message_transport_type: sms
858           lang: default
859           content:
860             - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:"
861             - ""
862             - "[% ill_full_metadata %]"
863
864         - module: ill
865           code: ILL_PARTNER_REQ
866           branchcode: ""
867           name: "ILL request to partners"
868           is_html: 0
869           title: "Interlibrary loan request to partners"
870           message_transport_type: sms
871           lang: default
872           content:
873             - "Dear Sir/Madam,"
874             - ""
875             - "We would like to request an interlibrary loan for a title matching the following description:"
876             - ""
877             - "[% ill_full_metadata %]"
878             - ""
879             - "Please let us know if you are able to supply this to us."
880             - ""
881             - "Kind Regards"
882             - ""
883             - "[% branches.branchname %]"
884             - "[% branches.branchaddress1 %]"
885             - "[% branches.branchaddress2 %]"
886             - "[% branches.branchaddress3 %]"
887             - "[% branches.branchcity %]"
888             - "[% branches.branchstate %]"
889             - "[% branches.branchzip %]"
890             - "[% branches.branchphone %]"
891             - "[% branches.branchillemail %]"
892             - "[% branches.branchemail %]"
893
894         - module: members
895           code: ACCTDETAILS
896           branchcode: ""
897           name: "Account details template - DEFAULT"
898           is_html: 0
899           title: "Your new Koha account details."
900           message_transport_type: email
901           lang: default
902           content:
903             - "Hello <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>."
904             - ""
905             - "Your new Koha account details are:"
906             - ""
907             - "User:  <<borrowers.userid>>"
908             - "Password: <<borrowers.password>>"
909             - ""
910             - "If you have any problems or questions regarding your account, please contact your Koha Administrator."
911             - ""
912             - "Thank you,"
913             - "Koha Administrator"
914             - "kohaadmin@yoursite.org"
915
916         - module: members
917           code: DISCHARGE
918           branchcode: ""
919           name: "Discharge confirmation"
920           is_html: 1
921           title: "Discharge for <<borrowers.firstname>> <<borrowers.surname>>"
922           message_transport_type: email
923           lang: default
924           content:
925             - ""
926             - "<<today>>"
927             - "<h1>Discharge confirmation</h1>"
928             - "<p><<branches.branchname>> certifies that the following borrower:<br>"
929             - "<<borrowers.firstname>> <<borrowers.surname>> (cardnumber: <<borrowers.cardnumber>>)<br>"
930             - "has returned all items.</p>"
931
932         - module: members
933           code: MEMBERSHIP_EXPIRY
934           branchcode: ""
935           name: "Account expiration"
936           is_html: 0
937           title: "Account expiration"
938           message_transport_type: email
939           lang: default
940           content:
941             - "Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,"
942             - ""
943             - "Your library card will expire soon, on:"
944             - ""
945             - "<<borrowers.dateexpiry>>"
946             - ""
947             - "Thank you,"
948             - ""
949             - "Librarian"
950             - ""
951             - "<<branches.branchname>>"
952
953         - module: members
954           code: OPAC_REG_VERIFY
955           branchcode: ""
956           name: "OPAC self-registration verification email"
957           is_html: 1
958           title: "Verify your account"
959           message_transport_type: email
960           lang: default
961           content:
962             - "Hello!"
963             - ""
964             - "Your library account has been created. Please verify your email address by clicking this link to complete the signup process:"
965             - ""
966             - "<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>>"
967             - ""
968             - "If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly."
969
970         - module: members
971           code: PASSWORD_RESET
972           branchcode: ""
973           name: "Online password reset"
974           is_html: 1
975           title: "Koha password recovery"
976           message_transport_type: email
977           lang: default
978           content:
979             - "<html>"
980             - "<p>This email has been sent in response to your password recovery request for the account <strong><<user>></strong>."
981             - "</p>"
982             - "<p>"
983             - "You can now create your new password using the following link:"
984             - "<br/><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
985             - "</p>"
986             - "<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>"
987             - "<p>Thank you.</p>"
988             - "</html>"
989             - ""
990
991         - module: members
992           code: SHARE_ACCEPT
993           branchcode: ""
994           name: "Notification about an accepted share"
995           is_html: 0
996           title: "Share on list <<listname>> accepted"
997           message_transport_type: email
998           lang: default
999           content:
1000             - "Dear patron,"
1001             - ""
1002             - "We want to inform you that <<borrowers.firstname>> <<borrowers.surname>> accepted your invitation to share your list <<listname>> in our library catalog."
1003             - ""
1004             - "Thank you."
1005             - ""
1006             - "Your library."
1007
1008         - module: members
1009           code: SHARE_INVITE
1010           branchcode: ""
1011           name: "Invitation for sharing a list"
1012           is_html: 0
1013           title: "Share list <<listname>>"
1014           message_transport_type: email
1015           lang: default
1016           content:
1017             - "Dear patron,"
1018             - ""
1019             - "One of our patrons, <<borrowers.firstname>> <<borrowers.surname>>, invites you to share a list <<listname>> in our library catalog."
1020             - ""
1021             - "To access this shared list, please click on the following URL or copy-and-paste it into your browser address bar."
1022             - ""
1023             - "<<shareurl>>"
1024             - ""
1025             - "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."
1026             - ""
1027             - "Thank you."
1028             - ""
1029             - "Your library."
1030
1031         - module: orderacquisition
1032           code: ACQORDER
1033           branchcode: ""
1034           name: "Acquisition order"
1035           is_html: 0
1036           title: "Order"
1037           message_transport_type: email
1038           lang: default
1039           content:
1040             - "<<aqbooksellers.name>>"
1041             - "<<aqbooksellers.address1>>"
1042             - "<<aqbooksellers.address2>>"
1043             - "<<aqbooksellers.address3>>"
1044             - "<<aqbooksellers.address4>>"
1045             - "<<aqbooksellers.phone>>"
1046             - ""
1047             - "Please order for the library:"
1048             - ""
1049             - "<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (quantity: <<aqorders.quantity>>) ($<<aqorders.listprice>> each).</order>"
1050             - ""
1051             - "Thank you,"
1052             - ""
1053             - "<<branches.branchname>>"
1054
1055         - module: pos
1056           code: RECEIPT
1057           branchcode: ""
1058           name: "Point of sale receipt"
1059           is_html: 0
1060           title: "Receipt"
1061           message_transport_type: print
1062           lang: default
1063           content:
1064             - "[% PROCESS \"accounts.inc\" %]"
1065             - "<table>"
1066             - "[% IF ( LibraryName ) %]"
1067             - " <tr>"
1068             - "    <th colspan=\"2\" class=\"centerednames\">"
1069             - "        <h3>[% LibraryName | html %]</h3>"
1070             - "    </th>"
1071             - " </tr>"
1072             - "[% END %]"
1073             - " <tr>"
1074             - "    <th colspan=\"2\" class=\"centerednames\">"
1075             - "        <h2>[% Branches.GetName( payment.branchcode ) | html %]</h2>"
1076             - "    </th>"
1077             - " </tr>"
1078             - "<tr>"
1079             - "    <th colspan=\"2\" class=\"centerednames\">"
1080             - "        <h3>[% payment.date | $KohaDates %]</h3>"
1081             - "</tr>"
1082             - "<tr>"
1083             - "  <td>Transaction ID: </td>"
1084             - "  <td>[% payment.accountlines_id %]</td>"
1085             - "</tr>"
1086             - "<tr>"
1087             - "  <td>Operator ID: </td>"
1088             - "  <td>[% payment.manager_id %]</td>"
1089             - "</tr>"
1090             - "<tr>"
1091             - "  <td>Payment type: </td>"
1092             - "  <td>[% payment.payment_type %]</td>"
1093             - "</tr>"
1094             - " <tr></tr>"
1095             - " <tr>"
1096             - "    <th colspan=\"2\" class=\"centerednames\">"
1097             - "        <h2><u>Fee receipt</u></h2>"
1098             - "    </th>"
1099             - " </tr>"
1100             - " <tr></tr>"
1101             - " <tr>"
1102             - "    <th>Description of charges</th>"
1103             - "    <th>Amount</th>"
1104             - "  </tr>"
1105             - ""
1106             - "  [% FOREACH offset IN offsets %]"
1107             - "    <tr>"
1108             - "        <td>[% PROCESS account_type_description account=offset.debit %]</td>"
1109             - "        <td>[% offset.amount * -1 | $Price %]</td>"
1110             - "    </tr>"
1111             - "  [% END %]"
1112             - ""
1113             - "<tfoot>"
1114             - "  <tr class=\"highlight\">"
1115             - "    <td>Total: </td>"
1116             - "    <td>[% payment.amount * -1| $Price %]</td>"
1117             - "  </tr>"
1118             - "  <tr>"
1119             - "    <td>Tendered: </td>"
1120             - "    <td>[% collected | $Price %]</td>"
1121             - "  </tr>"
1122             - "  <tr>"
1123             - "    <td>Change: </td>"
1124             - "    <td>[% change | $Price %]</td>"
1125             - "    </tr>"
1126             - "</tfoot>"
1127             - "</table>"
1128
1129         - module: reserves
1130           code: CANCEL_HOLD_ON_LOST
1131           branchcode: ""
1132           name: "Hold has been cancelled"
1133           is_html: 0
1134           title: "Hold has been cancelled"
1135           message_transport_type: email
1136           lang: default
1137           content:
1138             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1139             - ""
1140             - "We regret to inform you, that the following item can not be provided due to it being missing. Your hold was cancelled."
1141             - ""
1142             - "Title: [% biblio.title %]"
1143             - "Author: [% biblio.author %]"
1144             - "Copy: [% item.copynumber %]"
1145             - "Location: [% branch.branchname %]"
1146
1147         - module: reserves
1148           code: HOLD
1149           branchcode: ""
1150           name: "Hold available for pickup"
1151           is_html: 0
1152           title: "Hold available for pickup at <<branches.branchname>>"
1153           message_transport_type: email
1154           lang: default
1155           content:
1156             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1157             - ""
1158             - "You have a hold available for pickup as of <<reserves.waitingdate>>:"
1159             - ""
1160             - "Title: <<biblio.title>>"
1161             - "Author: <<biblio.author>>"
1162             - "Copy: <<items.copynumber>>"
1163             - "Location: <<branches.branchname>>"
1164             - "<<branches.branchaddress1>>"
1165             - "<<branches.branchaddress2>>"
1166             - "<<branches.branchaddress3>>"
1167             - "<<branches.branchcity>> <<branches.branchzip>>"
1168
1169         - module: reserves
1170           code: HOLD
1171           branchcode: ""
1172           name: "Hold available for pickup"
1173           is_html: 0
1174           title: "Hold available for pickup (print notice)"
1175           message_transport_type: print
1176           lang: default
1177           content:
1178             - "<<branches.branchname>>"
1179             - "<<branches.branchaddress1>>"
1180             - "<<branches.branchaddress2>>"
1181             - ""
1182             - ""
1183             - "Change service requested"
1184             - ""
1185             - ""
1186             - ""
1187             - ""
1188             - ""
1189             - ""
1190             - ""
1191             - "<<borrowers.firstname>> <<borrowers.surname>>"
1192             - "<<borrowers.address>>"
1193             - "<<borrowers.city>> <<borrowers.zipcode>>"
1194             - ""
1195             - ""
1196             - ""
1197             - ""
1198             - ""
1199             - ""
1200             - ""
1201             - ""
1202             - ""
1203             - ""
1204             - "<<borrowers.firstname>> <<borrowers.surname>> <<borrowers.cardnumber>>"
1205             - ""
1206             - "You have a hold available for pickup as of <<reserves.waitingdate>>:"
1207             - ""
1208             - "Title: <<biblio.title>>"
1209             - "Author: <<biblio.author>>"
1210             - "Copy: <<items.copynumber>>"
1211             - ""
1212
1213         - module: reserves
1214           code: HOLDPLACED
1215           branchcode: ""
1216           name: "Hold placed on item"
1217           is_html: 0
1218           title: "Hold placed on item"
1219           message_transport_type: email
1220           lang: default
1221           content:
1222             - "A hold has been placed on the following item : <<biblio.title>> (<<biblio.biblionumber>>) by the user <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)."
1223
1224         - module: serial
1225           code: SERIAL_ALERT
1226           branchcode: ""
1227           name: "New serial issue"
1228           is_html: 0
1229           title: "New serial issue is now available"
1230           message_transport_type: email
1231           lang: default
1232           content:
1233             - "<<borrowers.firstname>> <<borrowers.surname>>,"
1234             - ""
1235             - "The following issue is now available:"
1236             - ""
1237             - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)"
1238             - ""
1239             - "Please pick it up at your convenience."
1240
1241         - module: suggestions
1242           code: ACCEPTED
1243           branchcode: ""
1244           name: "Suggestion accepted"
1245           is_html: 0
1246           title: "Purchase suggestion accepted"
1247           message_transport_type: email
1248           lang: default
1249           content:
1250             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1251             - ""
1252             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1253             - ""
1254             - "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."
1255             - ""
1256             - "If you have any questions, please email us at <<branches.branchemail>>."
1257             - ""
1258             - "Thank you,"
1259             - ""
1260             - "<<branches.branchname>>"
1261
1262         - module: suggestions
1263           code: AVAILABLE
1264           branchcode: ""
1265           name: "Suggestion available"
1266           is_html: 0
1267           title: "Suggested purchase available"
1268           message_transport_type: email
1269           lang: default
1270           content:
1271             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1272             - ""
1273             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1274             - ""
1275             - "We are pleased to inform you that the item you requested is now part of the collection."
1276             - ""
1277             - "If you have any questions, please email us at <<branches.branchemail>>."
1278             - ""
1279             - "Thank you,"
1280             - ""
1281             - "<<branches.branchname>>"
1282
1283         - module: suggestions
1284           code: NEW_SUGGESTION
1285           branchcode: ""
1286           name: "New suggestion"
1287           is_html: 1
1288           title: "New suggestion"
1289           message_transport_type: email
1290           lang: default
1291           content:
1292             - "<h3>Suggestion pendin    g approval</h3>"
1293             - "    <p><h4>Suggested by</h4>"
1294             - "    <ul>"
1295             - "    <li><<borrowers.firstname>> <<borrowers.surname>></li>"
1296             - "    <li><<borrowers.cardnumber>></li>"
1297             - "    <li><<borrowers.phone>></li>"
1298             - "    <li><<borrowers.email>></li>"
1299             - "    </ul>"
1300             - "    </p>"
1301             - "    <p><h4>Title suggested</h4>"
1302             - "    <ul>"
1303             - "    <li><b>Library:</b> <<branches.branchname>></li>"
1304             - "    <li><b>Title:</b> <<suggestions.title>></li>"
1305             - "    <li><b>Author:</b> <<suggestions.author>></li>"
1306             - "    <li><b>Copyright date:</b> <<suggestions.copyrightdate>></li>"
1307             - "    <li><b>Standard number (ISBN, ISSN or other):</b> <<suggestions.isbn>></li>"
1308             - "    <li><b>Publisher:</b> <<suggestions.publishercode>></li>"
1309             - "    <li><b>Collection title:</b> <<suggestions.collectiontitle>></li>"
1310             - "    <li><b>Publication place:</b> <<suggestions.place>></li>"
1311             - "    <li><b>Quantity:</b> <<suggestions.quantity>></li>"
1312             - "    <li><b>Item type:</b>  <<suggestions.itemtype>></li>"
1313             - "    <li><b>Reason for suggestion:</b> <<suggestions.patronreason>></li>"
1314             - "    <li><b>Notes:</b> <<suggestions.note>></li>"
1315             - "    </ul>"
1316             - "    </p>"
1317
1318         - module: suggestions
1319           code: ORDERED
1320           branchcode: ""
1321           name: "Suggestion ordered"
1322           is_html: 0
1323           title: "Suggested item ordered"
1324           message_transport_type: email
1325           lang: default
1326           content:
1327             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1328             - ""
1329             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1330             - ""
1331             - "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."
1332             - ""
1333             - "You will be notified again when the book is available."
1334             - ""
1335             - "If you have any questions, please email us at <<branches.branchemail>>"
1336             - ""
1337             - "Thank you,"
1338             - ""
1339             - "<<branches.branchname>>"
1340
1341         - module: suggestions
1342           code: REJECTED
1343           branchcode: ""
1344           name: "Suggestion rejected"
1345           is_html: 0
1346           title: "Purchase suggestion declined"
1347           message_transport_type: email
1348           lang: default
1349           content:
1350             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1351             - ""
1352             - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1353             - ""
1354             - "The library has reviewed your request today, and has decided not to accept the suggestion at this time."
1355             - ""
1356             - "The reason given is: <<suggestions.reason>>"
1357             - ""
1358             - "If you have any questions, please email us at <<branches.branchemail>>."
1359             - ""
1360             - "Thank you,"
1361             - ""
1362             - "<<branches.branchname>>"
1363
1364         - module: suggestions
1365           code: TO_PROCESS
1366           branchcode: ""
1367           name: "Notify fund owner"
1368           is_html: 0
1369           title: "A suggestion is ready to be processed"
1370           message_transport_type: email
1371           lang: default
1372           content:
1373             - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1374             - ""
1375             - "A new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>."
1376             - ""
1377             - "Thank you,"
1378             - ""
1379             - "<<branches.branchname>>"
1380
1381         - module: suggestions
1382           code: NOTIFY_MANAGER
1383           branchcode: ""
1384           name: "Notify manager of a suggestion"
1385           is_html: 0
1386           title: "A suggestion has been assigned to you"
1387           message_transport_type: email
1388           lang: default
1389           content:
1390             - "Dear [% borrower.firstname %] [% borrowers.surname %],"
1391             - ""
1392             - "A new suggestion has been assigned to you: [% suggestion.title %]."
1393             - ""
1394             - "Thank you,"
1395             - ""
1396             - "[% branch.branchname %]"
1397
1398         - module: members
1399           code: PROBLEM_REPORT
1400           branchcode: ""
1401           name: "OPAC problem report"
1402           is_html: 0
1403           title: "OPAC problem report"
1404           message_transport_type: email
1405           lang: default
1406           content:
1407             - "Username: <<problem_reports.username>>"
1408             - ""
1409             - "Problem page: <<problem_reports.problempage>>"
1410             - ""
1411             - "Title: <<problem_reports.title>>"
1412             - ""
1413             - "Message: <<problem_reports.content>>"
1414
1415         - module: circulation
1416           code: AUTO_RENEWALS
1417           branchcode: ""
1418           name: "Notification of automatic renewal"
1419           is_html: 0
1420           title: "Automatic renewal notice"
1421           message_transport_type: email
1422           lang: default
1423           content:
1424             - "Dear [% borrower.firstname %] [% borrower.surname %],"
1425             - "[% IF checkout.auto_renew_error %]"
1426             - "The following item, [% biblio.title %], has not been renewed because:"
1427             - "[% IF checkout.auto_renew_error == 'too_many' %]"
1428             - "You have reached the maximum number of checkouts possible."
1429             - "[% ELSIF checkout.auto_renew_error == 'on_reserve' %]"
1430             - "This item is on hold for another patron."
1431             - "[% ELSIF checkout.auto_renew_error == 'restriction' %]"
1432             - "You are currently restricted."
1433             - "[% ELSIF checkout.auto_renew_error == 'overdue' %]"
1434             - "You have overdue items."
1435             - "[% ELSIF checkout.auto_renew_error == 'auto_too_late' %]"
1436             - "It's too late to renew this item."
1437             - "[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %]"
1438             - "Your total unpaid fines are too high."
1439             - "[% END %]"
1440             - "[% ELSE %]"
1441             - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
1442             - "[% END %]"
1443
1444         - module: reserves
1445           code: HOLD_CANCELLATION
1446           branchcode: ""
1447           name: "Notification of hold cancellation"
1448           is_html: 0
1449           title: "Your hold was canceled."
1450           message_transport_type: email
1451           lang: default
1452           content:
1453               - "[%- USE AuthorisedValues -%]"
1454               - "Dear [% borrower.firstname %] [% borrower.surname %],"
1455               - "Your hold for [% biblio.title %] was canceled for the following reason: [% AuthorisedValues.GetByCode( 'HOLD_CANCELLATION', hold.cancellation_reason ) %]"