{if $item->list}
{$item->title} Showing {$item->paginator.currentItemCount} of {$item->paginator.totalItemCount}
{foreach from = $item->list item = row name = 'row'}
{if $row.image}
{$row.title|htmlspecialchars}
{/if}
{$row.title}
{$row.searchContent}
{foreachelse}
There are no results found.
{/foreach} {if $item->paginator.currentItemCount lt $item->paginator.totalItemCount and $item->linkAll}
Show all Results
{/if} {if $item->linkMain}
Back to main search Results
{/if}
{if $item->paginator and not $item->linkAll} {include file="ViewController/list-paginator.tpl"|SMGetTemplate paginator = $item->paginator} {/if} {/if}