{if $item->showPhoto}
{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" }
{/if}

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 $item->bio}

Bio

{$item->bio}
{/if}