Submitted: | {$item->added|date_format:'%m/%d/%Y %I:%M %p'} |
---|---|
First Name: | {$item->firstName|htmlspecialchars} |
Last Name: | {$item->lastName|htmlspecialchars} |
Name: | {$item->fullName|htmlspecialchars} |
Email Address: | {$item->email|htmlspecialchars} |
Subscribed: | {if $item->subscribed == 'y'}Yes{else}No{/if} |