{if count($item->list)}
{foreach from=$item->list item='row' name='images'}
{if $row.image} {assign var="image" value=`$row.image`} {else} {assign var="image" value="image-not-available.png"} {/if} {html_image_fs name = $image width = $item->config.image.width height = $item->config.image.height method = $item->config.image.method alt = $row.title title = $row.description|default:$row.title }

{$row.title|htmlspecialchars}

{$row.photoCount} photos
{/foreach}
{else}
No items at this time
{/if}