Koha home
[% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %] [% UNLESS news_id %] [% END %] [% END %] [% IF news_id %] [% SET koha_news = AdditionalContents.get( category => 'news', location => ['opac_only', 'staff_and_opac'], lang => lang, news_id => news_id ) %] [% ELSE %] [% SET koha_news = AdditionalContents.get( category => 'news', location => ['opac_only', 'staff_and_opac'], lang => lang, library => branchcode ) %] [% END %] [% IF koha_news.content.count %][% IF ( news_item ) %] [% koha_new.title | html %] [% ELSE %] [% koha_new.title | html %] [% END %]
Quote of the day
User summary
Welcome, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
-
[% IF checkouts && checkouts > 0 %]
- [% checkouts | html %] [% tn('checkout', 'checkouts', checkouts ) | html %] [% END %] [% IF overdues && overdues > 0 %]
- [% overdues | html %] [% tn('overdue', 'overdues', overdues ) | html %] [% END %] [% IF holds_pending && holds_pending > 0 %]
- [% holds_pending | html %] [% tn('hold pending', 'holds pending', holds_pending ) | html %] [% END %] [% IF holds_waiting && holds_waiting > 0 %]
- [% holds_waiting | html %] [% tn('hold waiting', 'holds waiting', holds_waiting ) | html %] [% END %] [% IF total_owing && total_owing > 0 %]
- [% total_owing | $Price with_symbol => 1 %] due in fines and charges [% END %] [% IF patron_messages && patron_messages.filter_by_unread.count > 0 || opacnote %] [% IF opacnote %]
- [% patron_messages.filter_by_unread.count + 1 | html %] [% tn('message', 'messages', patron_messages.filter_by_unread.count + 1 ) | html %] [% ELSE %]
- [% patron_messages.filter_by_unread.count | html %] [% tn('message', 'messages', patron_messages.filter_by_unread.count ) | html %] [% END %] [% END %] [% IF savings %]
- [% savings | $Price with_symbol => 1 %] total savings [% END %]