[% ELSE %]
[% END %]
[% ELSE %]
[% END %]
[% IF ( OpacNav || OpacNavBottom ) %]
[% END %]
[% IF ( OpacNav || OpacNavBottom ) && (Koha.Preference( 'opacuserlogin' ) == 1 || OpacNavRight) %]
[% # Three-column layout with right and left sidebars %]
[% ELSIF (Koha.Preference( 'opacuserlogin' ) == 1 || OpacNavRight) %]
[% # Two-column layout with right sidebar %]
[% INCLUDE 'opac-bottom.inc' %]
[% BLOCK jsinclude %][% END %]
[% ELSIF ( OpacNav || OpacNavBottom ) %]
[% ELSE %]
[% END %]
[% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
[% UNLESS news_item %]
[% END %]
[% END %]
[% IF ( koha_news ) %]
[% IF single_news_error %]
[% END %]
[% END # IF koha_news %]
[% UNLESS news_item # Don't show under single news item %]
[% IF ( daily_quote ) %]
[% END %]
[% IF ( OpacMainUserBlock ) %]
[% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) || OpacNavRight ) %]
This news item does not exist.
[% ELSE %]
[% SET newsdisp = ( Koha.Preference('NewsAuthorDisplay') ) %]
[% FOREACH koha_new IN koha_news %]
[% END %]
[% UNLESS news_item %]
[% END %]
[% END # /IF single_news_error %]
[% ELSE %]
[% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
[% IF ( news_item ) %] [% koha_new.title | html %] [% ELSE %] [% koha_new.title | html %] [% END %]
[% koha_new.content | $raw %]
No news to display.
Quote of the day
[% daily_quote.text | html %] ~ [% daily_quote.source | html %]
[% PROCESS koha_news_block news => OpacMainUserBlock %]
[% END %]
[% END %]
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
[% UNLESS ( loggedinusername ) %]
[% UNLESS ( casAuthentication || shibbolethAuthentication ) %]
[% END # /casAuthentication %]
[% ELSE %]
[% IF Koha.Preference('OPACUserSummary') && dashboard_info %]
[% END %]
[% END # /loggedinusername %]
[% END # /opacuserlogin %]
[% PROCESS koha_news_block news => OpacNavRight %]
[% END # /opacuserlogin || OpacNavRight %]
Welcome, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
-
[% IF checkouts && checkouts > 0 %]
- [% checkouts | html %] checkout(s) [% END %] [% IF overdues && overdues > 0 %]
- [% overdues | html %] overdue(s) [% END %] [% IF holds_pending && holds_pending > 0 %]
- [% holds_pending | html %] hold(s) pending [% END %] [% IF holds_waiting && holds_waiting > 0 %]
- [% holds_waiting | html %] hold(s) waiting [% END %] [% IF total_owing && total_owing > 0 %]
- [% total_owing | $Price with_symbol => 1 %] due in fines and charges [% END %]