{if $item.errors}
{foreach from = $item.errors item = err} {$err}
{/foreach}
{/if} {include file = "`$smarty.const.BASE_PATH`/class/Form/tpl/smarty-dynamic.tpl"}
{if $item.menu}
Other Options:
{foreach from = $item.menu item = title key = alias name = itm} - {$title|htmlspecialchars}
{/foreach}
{/if}