{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}

{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 != ''} {/if} {if $item.description != ''} {$item.description} {/if}
{$item.guessedInput}
{else}
{if $item.description != ''} {$item.description} {/if} {$item.guessedInput}
{/if} {/if} {/foreach}
{/foreach}
{if NOT $noForm}
{/if}