{* Template is used for Leadership view in tpl/Leadership/view.tpl *}

Back to {if $item->config.itemName}{$item->config.itemName|htmlspecialchars} {/if}

{html_image_fs name = $item->photo method = 'cropCenter' width = 150 height = 172 alt = "`$item->firstName` `$item->lastName`" title = "`$item->firstName` `$item->lastName`" class = 'media-object' }

{$item->firstName|htmlspecialchars} {$item->lastName|htmlspecialchars}

{if $item->config.showLeadershipPosition && $item->leadershipPosition}

{$item->leadershipPosition}

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

{$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}

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

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