{if $element.error}{$element.error} {/if}
{if $element.type eq "group"}
{foreach key=gkey item=gitem from=$element.elements}
{$gitem.label}
{$gitem.html}
{if $element.separator}{cycle values=$element.separator}{/if}
{/foreach}
{else}
{if $element.type == 'static'}{else}{/if}{$element.html}{if $element.type == 'static'}{else} {/if}
{/if}
|