{if $form.icon !='' }
{/if}

{$form.title}

{$form.description}


{$dataPanel.fld_oauth_selector.element}
{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}