{foreach from = $item->list item = 'row' name = 'people'}
{if $row.image} {html_image_fs class = media-object name = $row.image width = $item->config.image.width height = $item->config.image.height method = $item->config.image.resizeMethod alt = $row.name title = $row.shortBio } {/if}

{$row.name|htmlspecialchars}

{if $row.jobTitle}

{$row.jobTitle|htmlspecialchars}

{/if}
{if $row.socialLinks} {/if}

{$row.shortBio|truncate:$item->config.shortBioLength|htmlspecialchars|nl2br} Full bio

{foreachelse}
There are no people at this time
{/foreach} {if $item->paginator}{include file="ViewController/list-paginator.tpl"|SMGetTemplate paginator = $item->paginator}{/if}