Victor Grousset/tuxayo
4c8be7f38c
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
9 lines
482 B
Text
9 lines
482 B
Text
[%# First line will be summary, second line will be description. Avoid indenting. Var newline added to avoid translating problems. -%]
|
|
[%- newline="\n" | html -%]
|
|
[%- IF overdue == 1 -%]
|
|
[% title | html %] is overdue
|
|
[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue
|
|
[%- ELSE -%]
|
|
[% title | html %] is due
|
|
[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today
|
|
[%- END -%]
|