{if $item.images && count($item.images_list)>1}

{:$item->highlight(htmlentities($item->title), $__SEARCHTERM__??'')}

{volist name="item.images_list" id="img" length="4"} {/volist}
{$item.description|htmlentities}
{else/}

{:$item->highlight($item->title, $__SEARCHTERM__??'')}

{$item.description|htmlentities}
{/if}