{$detail.office_name}
{include file="public/ads1" /}
{$detail.address} - {$detail.postcode}
{notempty name='detail.phone'}
{$detail.phone}
{/notempty}
{notempty name='detail.website'}
{:tl('Official Website')}
{/notempty}
{:tl('Nearby Office')}
{:tl('Contact & Map')}
{volist name="detail.contact_info" id="vo"}
{/volist}
{/notempty}
{$vo.address}
{$vo.city}, {$vo.state} {$vo.code}
{notempty name='vo.telephone'}
{:tl('Telephone')}: {$vo.telephone}
{/notempty}
{notempty name='vo.fax'}
{:tl('Fax')}: {$vo.fax}
{/notempty}
{:tl('About This Office')}
{$detail.about}
{:tl('Case Types')}
{:htmlspecialchars_decode($detail.about_case_types)}{:tl('Case Restrictions')}
{:htmlspecialchars_decode($detail.about_restrictions)}
{:tl('Services Provided')}
{$detail.services_provided|raw}{:tl('Nearby Offices')}
{volist name="detail.nearby" id="vo"}
{$vo.name}
{$vo.info}
{/volist}
{:tl('External Links')}
{volist name="detail.external_links" id="vo"}
{$vo.name}
{$vo.info}
{/volist}
{include file="public-html/sidebar" /}