Chapter Awards

{foreach from = $list item = 'row'}

{$row.name|htmlspecialchars}

{if $row.photo} {if $row.typePeople == 'people'} {assign var="width" value=$row.imageSizes.widthPeople} {assign var="height" value=$row.imageSizes.heightPeople} {else} {assign var="width" value=$row.imageSizes.width} {assign var="height" value=$row.imageSizes.height} {/if} {html_image_fs_full class = thumb name = $row.photo width = $width height = $height method = 'cropCenter' alt = $row.winner title = $winner} {/if}
{$row.winner|trim|htmlspecialchars|nl2br}
{if $row.chapterAwardNameId == 'hugoEricksonAward'}

{$row.employer|trim|htmlspecialchars|nl2br}

{/if}
{$row.description|trim}
{/foreach}