{if NOT $noForm}
{$formToken} {/if} {if $config|@sizeof > 1 AND $allowToggle} {$CONST.TOGGLE_ALL} {/if}
{foreach $config as $category}
{if $config|@sizeof > 1}

{if $allowToggle} {$category.title}{else}{$category.title}{/if}

{/if}
{$category.description} {foreach $category.items as $item} {cycle assign='zebra_class' values='odd,even'} {if $item.guessedInput} {if $item.type == 'bool'}
{$item.title}{if $item.description != ''} More{/if}
{$item.guessedInput}
{if $item.description != ''} {$item.description} {/if}
{else}
{* i18n *} {$item.guessedInput} {if $item.description != ''} {$item.description} {/if}
{/if} {/if} {/foreach}
{/foreach}
{if NOT $noForm}
{/if}