<{if $install_options}>
<{foreach from=$install_options item=group key=app_id}>

<{$apps_name[$app_id]}>

<{foreach from=$group item=item key=key}>
<{input params=$item class="tasks_ipt" name="options[{$app_id}][{$key}]"}>
<{/foreach}> <{/foreach}>
<{button class="appbtn" label=$___desktop="储存并继续"|t:'desktop' type="button"}>
<{/if}>