Bug 29939: Use the REST API for ratings
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-ics.tt
1 [%# First line will be summary, second line will be description. Avoid indenting. Var newline added to avoid translating problems. -%]
2 [%- newline="\n" | html -%]
3 [%- IF overdue == 1 -%]
4 [% title | html %] is overdue
5 [%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue
6 [%- ELSE -%]
7 [% title | html %] is due
8 [%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today
9 [%- END -%]