[% USE Koha %] [% USE AdditionalContents %] [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% IF (render=='standalone') %] [% INCLUDE 'doc-head-open.inc' %] Search suggestions [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'masthead.inc' %]
[% IF ( OpacNav || OpacNavBottom ) %]
[% ELSE %]
[% END %]

Suggestions

[% END %] [% IF suggestions && suggestions.size %]
Did you mean: [% FOREACH suggestion IN suggestions %] [% suggestion.label | html %] [% END %]
[% ELSE %] Sorry, no suggestions. [% END %] [% IF (render=='standalone') %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %][% END %] [% END %]