{if $item.phone}{/if} {if $item.fax}{/if} {if $item.contact_name}{/if} {if $item.contact_phone}{/if} {if $item.website} {/if} {if $item.note} {/if}
Member{$item.member.first_name} {if $item.member.middle_inidial}{$item.member.middle_inidial}. {/if}{$item.member.last_name}
Location Name{$item.name|htmlspecialchars}
Location Type{$item.type|htmlspecialchars}
Location Phone Number{$item.phone}
Location Fax Number{$item.fax}
Office Contact Name{$item.contact_name|htmlspecialchars}
Office Contact Phone #{$item.contact_phone|htmlspecialchars}
Location Web Site{$item.website|url_format|truncate:50}
LOCATION PHYSICAL ADDRESS
{$item.physical_address|htmlspecialchars}
{$item.physical_city|htmlspecialchars}, {$item.physical_state|htmlspecialchars} {$item.physical_zip|htmlspecialchars}
LOCATION MAILING ADDRESS
{if $item.mailing_as_physical == 'y'} The mailing address is the same as the physical address. {else} {$item.mailing_address|htmlspecialchars}
{$item.mailing_city|htmlspecialchars}, {$item.mailing_state|htmlspecialchars} {$item.mailing_zip|htmlspecialchars} {/if}
Location Notes
{$item.note|htmlspecialchars|nl2br}
{include file="Member/Profile/change-note.tpl"}