{html_image_fs name = $item->photo method = $item->config.photo.resizeMethod width = 150 alt = "`$item->firstName` `$item->lastName`" title = "`$item->firstName` `$item->lastName`" class = "media-object" }

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}

Direct Phone: {$item->directPhone|htmlspecialchars} {if $item->cellPhone}
Cell Phone: {$item->cellPhone|htmlspecialchars} {/if}
{mailto address = $item->email encode = 'javascript'}

{if $item->linkedInUrl} {/if}
{if !empty($item->company)}

Company Information

{$item->company.name|htmlspecialchars}
{$item->company.address|htmlspecialchars} {if $item->company.address2}
{$item->company.address2|htmlspecialchars}{/if}
{$item->company.city|htmlspecialchars}, {$item->company.state|htmlspecialchars} {$item->company.zip|htmlspecialchars}

{if $item->company.phone}Phone: {$item->company.phone|htmlspecialchars}
{/if} {if $item->company.fax}Fax: {$item->company.fax|htmlspecialchars}
{/if} {if $item->company.websiteUrl} {$item->company.websiteUrl|parse_url:$smarty.const.PHP_URL_HOST}{/if}
{/if}
{if $item->bio}

Bio

{$item->bio}
{/if}
{*
{$item|@print_r}
*}