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} |
{$item.physical_address|htmlspecialchars} {$item.physical_city|htmlspecialchars}, {$item.physical_state|htmlspecialchars} {$item.physical_zip|htmlspecialchars} |
|
{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} |
{if $item.note}
|
{$item.note|htmlspecialchars|nl2br} |