Koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt
Victor Grousset/tuxayo 4c8be7f38c
Bug 30733: Undo <span> in an ICS calendar file
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>
2022-06-17 10:16:42 -03:00

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 -%]