<div>[% l('Email address: ') %]<a href="mailto:[% ctx.library.email | html %]" property="email">[% ctx.library.email | html %]</a></div>
[%- END; %]
[%- IF ctx.library.phone; %]
- <div>[% l('Telephone: ') %]<a href="tel:[% ctx.library.phone | html %]" property="telephone">[% ctx.library.phone | html %]</a></div>
+ <div>[% l('Telephone: ') %]<a href="tel:[% ctx.library.phone | html %]" property="telephone">[% ctx.library.phone | html %]</a></div><br />
[% END; %]
[% END; %]
[%- IF ctx.library.mailing_address; %]
<div id="addresses">
<div id="mailing" property="location address" typeof="PostalAddress">
- <h3 property="contactType">[% l('Mailing address') %]</h3>
<span>[% ctx.library.name | html %]</span> <br/>
<span property="streetAddress">[% ctx.mailing_address.street1 | html %]
[%- IF ctx.mailing_address.street2; "<br />"; ctx.mailing_address.street2 | html; END; %]