{$form.title}

{$form.description}

{if $actionPanel or $searchPanel }
{foreach item=elem from=$actionPanel} {$elem.element} {/foreach}
{foreach item=elem from=$searchPanel} {if $elem.label} {$elem.label} {/if} {$elem.element} {/foreach}
{/if}
{$form.data}