[% IF ( opacuserlogin ) %]
[% IF ( loggedinusername ) %]
[% ELSE %]
[% END %]
[% ELSE %]
[% END %]
[% IF ( koha_news_count ) %]
[% FOREACH koha_new IN koha_news %]
[% koha_new.title %] |
[% koha_new.new %]
(published on [% koha_new.newdate %]) |
[% END %]
[% END %]
[% IF ( OpacMainUserBlock ) %]
[% OpacMainUserBlock %]
[% END %]
[% IF ( opacuserlogin ) %]
[% UNLESS ( loggedinusername ) %]
[% UNLESS ( casAuthentication ) %]
[% END %]
[% END %]
[% END %]
[% IF ( OpacNav ) %]
[% INCLUDE 'navigation.inc' %]
[% END %]
[% INCLUDE 'opac-bottom.inc' %]