{foreach from = $item->list item = row name = 'row'} {foreachelse} {/foreach}
{if $row.url}{/if}{$row.name|htmlspecialchars}{if $row.url}{/if}

{$row.name|htmlspecialchars}

{if $row.location}{$row.location|htmlspecialchars}
{/if} {if $row.grades}{$row.grades|htmlspecialchars}
{/if} {php} $row = $this->get_template_vars('row'); $info = parse_url($row['url']); $this->assign('host', $info['host']); {/php} {if $row.url}{$host|htmlspecialchars}{/if}
Currently there are no schools available
{if $item->paginator} {include file="ViewController/list-paginator.tpl"|SMGetTemplate paginator = $item->paginator} {/if}