{$Title}
{$Address}
<% if $Address2 %>
{$Address2}
<% end_if %>
<% if $City || $Suburb || $PostalCode || $Postcode %>
{$City}{$Suburb}, {$State} {$PostalCode}{$Postcode}
<% end_if %>
<% if $Country %>
{$Country}
<% end_if %>
<% if $PhoneNumber %>
<% with $PhoneNumber %>
T: $Title
<% end_with %>
<% end_if %>
<% if $Fax %>
<% with $Fax %>
F: $Title
<% end_with %>
<% end_if %>