{foreach key=idx item=config from=$configs} {/foreach}
{$idx}
{if is_array($config) == true} {foreach key=iIdx item=inner from=$config} {/foreach} {else} {/if}
{$lang.googlecalsync_googleid} {$lang.googlecalsync_crmuser}
{html->input_text class="f-width" name=config[$idx][$iIdx][gid] size='1' maxlegnth='255' value=$inner.gid}
{html->input_text class="f-width" name=config[$idx] size='1' maxlegnth='255' value=$config}