Personal Information

{if $item->name}
Full Name
{$item->name|htmlspecialchars}
{/if} {if $item->email}
Email
{$item->email|htmlspecialchars}
{/if} {if $item->phone}
Work Phone
{$item->phone|htmlspecialchars}
{/if}
Joined
{if $item->joinDate}{$item->joinDate|date_format:'%b %e, %Y'}{else}{$item->added|date_format:'%b %e, %Y'}{/if}