Bug 8266 - remove location from pulldown
[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" -%]
3 [%- IF overdue == 1 -%]
4 [% title %] is overdue
5 [%- newline -%]Your copy of [% title %] (barcode [% barcode %]) is overdue
6 [%- ELSE -%]
7 [% title %] is due
8 [%- newline -%]Your copy of [% title %] (barcode [% barcode %]) is due back at the library today
9 [%- END -%]