Your Information
{if !empty($item->home) && $item->home.address}
Home Address
{$item->home.address|htmlspecialchars}{if $item->home.address2} | {$item->home.address2|htmlspecialchars}{/if}
{if $item->home.city || $item->home.state || $item->home.zip}
{if $item->home.city}{$item->home.city|htmlspecialchars}{if $item->home.state || $item->home.zip},{/if}{/if}
{if $item->home.state}{$item->home.state|htmlspecialchars}{/if}
{if $item->home.zip}{$item->home.zip|htmlspecialchars}{/if}
{/if}
{/if}