[%- opac_root = ctx.opac_root; IF ctx.kpac_root; opac_root = ctx.kpac_root; END; -%]

[% ctx.library.name | html %]

[%- lib_url = ctx.get_org_setting(ctx.library.id, 'lib.info_url'); IF lib_url; ''; END; -%] [%- IF ctx.hours; %] [%- INCLUDE "opac/parts/library/hours.tt2"; %] [% END; -%] [%- IF (ctx.library.email OR ctx.library.phone); %]

[% l('Contact information') %]

[%- IF ctx.library.email; %]
[% l('Email address: ') %][% ctx.library.email | html %]
[%- END; %] [%- IF ctx.library.phone; %]
[% l('Telephone: ') %][% ctx.library.phone | html %]
[% END %]
[% END %] [%- IF ctx.library.mailing_address; %]

[% l('Mailing address') %]

[% ctx.mailing_address.street1 | html %] [%- IF ctx.mailing_address.street2; "
"; ctx.mailing_address.street2 | html; END; %]

[% ctx.mailing_address.city | html %]
[% ctx.mailing_address.state | html %]
[% ctx.mailing_address.country | html %]
[% ctx.mailing_address.post_code | html %]
[%- END; %] [%- IF ctx.library.parent_ou; %]

[% l('Branch relationship') %]

[% l('Parent library: ') %] [% ctx.parent.name | html %]
[% END; -%]