[% USE raw %] [% USE Asset %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %] [% LibraryNameTitle | html %] [% ELSE %] Koha online [% END %] catalog › Libraries [% IF ( library ) %] › [% library.branchname | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-library' bodyclass='scrollto' %] [% INCLUDE 'masthead.inc' %] [% BLOCK library_description %]
[% library.opac_info | $raw %]
[% END %] [% BLOCK library_info %]

[% IF ( library.branchaddress1 ) %] [% library.branchaddress1 | html %] [% END %] [% IF ( library.branchaddress2 ) %]
[% library.branchaddress2 | html %] [% END %] [% IF ( library.branchaddress3 ) %]
[% library.branchaddress3 | html %] [% END %]

[% IF ( library.branchcity ) %] [% library.branchcity | html %] [% END %] [% IF ( library.branchstate ) %] [% library.branchstate | html %] [% END %] [% IF ( library.branchzip ) %] [% library.branchzip | html %] [% END %] [% IF ( library.branchcountry ) %]
[% library.branchcountry | html %] [% END %] [% IF ( library.branchphone ) %]

Phone: [% library.branchphone | html %]

[% END %] [% IF ( library.branchfax ) %]

Fax: [% library.branchfax | html %]

[% END %] [% IF ( library.branchurl ) %]

[% library.branchurl | html %]

[% END %]

[% END %]
[% IF ( library ) %]

[% library.branchname | html %]

[% PROCESS library_info %] [% IF ( library.opac_info ) %]
[% PROCESS library_description %] [% END %]
[% IF ( libraries.count > 1 ) %] [% END %]
[% ELSE %]

Libraries

[% FOREACH library IN libraries %]

[% IF ( libraries.count > 1 ) %] [% library.branchname | html %] [% ELSE %] [% library.branchname | html %] [% END %]

[% PROCESS library_info %]
[% IF ( libraries.count == 1 ) %] [% PROCESS library_description %] [% END %] [% END %] [% END %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %][% END %]