{literal} {/literal}
{strip}Vendor | {$item.vendorTitle|htmlspecialchars} |
---|---|
Status | {$item.statusTitle|htmlspecialchars} |
Registered | {$item.added|date_format:'%m/%d/%Y'} |
Updated | {$item.changed|date_format:'%m/%d/%Y'} |
First Name | {$item.firstName|htmlspecialchars} |
---|---|
Last Name | {$item.lastName|htmlspecialchars} |
Phone Number | {$item.directPhone|date_format:'%m/%d/%Y'} |
{$item.email|htmlspecialchars} |
First Name | {$address.firstName|htmlspecialchars} |
---|---|
Last Name | {$address.lastName|htmlspecialchars} |
Address | {$address.address|htmlspecialchars}{if $address.address2} | {$address.address2|htmlspecialchars}{/if} |
City | {$address.city|htmlspecialchars} |
State | {$address.stateName|htmlspecialchars} |
ZIP | {$address.zip|htmlspecialchars} |