{foreach from = $item->list item = 'row' name = 'news'}
{if $row.image && $item->config.hasImage} {html_image_fs name = $row.image width = 180 height = 135 class = media-object method = 'cropCenter' alt = $row.title title = $row.introduction|default:$row.content } {/if}
{$row.date|date_format:'%e'} {$row.date|date_format:'%b'}

{$row.title|htmlspecialchars}

{if $row.introduction && $row.introduction|trim|strlen} {$row.introduction|trim|htmlspecialchars|nl2br} {else} {$row.content|strip_tags|trim|truncate:250} {/if} Read more
{foreachelse}
No news at this time
{/foreach} {if $item->paginator}{include file="ViewController/list-paginator.tpl"|SMGetTemplate paginator = $item->paginator}{/if}