{if $item->config.hasImage}
{if $row.image}
{html_image_fs
name = $row.image
width = 50
height = 38
method = 'cropCenter'
alt = $row.title
title = $row.content|default:$row.title
align = 'left'
}
{/if}
{else}
{/if}
{$row.title}
{if $row.content} {$row.content}{/if}
|