{foreach from = $item->list item = 'row' name = 'manufacturers'}
{if $row.image} {html_image_fs name = $row.image width = $item->config.image.width alt = $row.title title = $row.title style = $row.style class = media-object } {/if}

{$row.title|htmlspecialchars}

{if $row.url} {if strpos($row.url, 'http://') === 0}{$row.url|substr:7|htmlspecialchars}{else}{$row.url|htmlspecialchars}{/if} {/if}
{foreachelse}
There are no partners at this time
{/foreach} {if $item->paginator}{include file="ViewController/list-paginator.tpl"|SMGetTemplate paginator = $item->paginator}{/if}