{include file="system_appbuilder_btn.tpl.html"}
{if $form.icon !='' }
{/if}

{$form.title}

{if $form.description}

{$form.description}

{else}
{/if}
{assign var=col_counter value=0} {foreach item=item key=itemName from=$dataPanel} {capture name="column"}{math equation="x % 2" x=$col_counter}{/capture} {if $smarty.capture.column == "0"} {elseif $smarty.capture.column == "1"}
{$item.element} {$item.element}
{/if} {if $col_counter+1 eq $dataPanel|@count AND $smarty.capture.column!='1'} {/if} {assign var=col_counter value=$col_counter+1} {/foreach}
{if $actionPanel|@count > 0}

{foreach item=elem from=$actionPanel} {$elem.element} {/foreach}

{/if} {if $errors}
{foreach item=errMsg from=$errors}
{$errMsg}
{/foreach} {literal}{/literal}
{/if} {if $notices}
{foreach item=noticeMsg from=$notices}
{$noticeMsg}
{/foreach}
{literal}{/literal} {/if}