{* Azure CSP Store Customization v2.0.2 *} {* change value of allowExistingMsAccount to false to prohibit using an existing MS account *} {assign var=allowExistingMsAccount value=true} {assign var=azureTenantId value='aps_defaults_azure'} {assign var=inputId value='visible_azure_subdomain'} {assign var=isAzure value=$azureTenantId|array_key_exists:$plan.Prov} {assign var=isAnonymous value=$account->AccountID == 0} {if $isAzure} {if $plan.ProvVisibleCount}
{$smarty.session.LANG.REQUIRED_PARAMETERS} {foreach name=outerorder item=prov_id from=$state->plan.sortedProv} {assign var=itemOrderProv value=$plan.Prov[$prov_id]} {if $itemOrderProv.statusShow} {if $itemOrderProv.id != $azureTenantId} {/if} {/if} {/foreach}
{$itemOrderProv.name|escape:'html'} {if $itemOrderProv.readonly}
{$itemOrderProv.defaultvalue}
{else}
{assign var=itemProvDescr value=$itemOrderProv.description} {if !strlen($itemOrderProv.description)} {assign var=itemProvDescr value= $itemOrderProv.name} {/if} {widget name="prov_"|cat:$itemOrderProv.id id="prov_"|cat:$itemOrderProv.id title=$itemProvDescr}
{if $itemOrderProv.hint && strlen($itemOrderProv.hint)}{$itemOrderProv.hint}{else}{$itemOrderProv.description}{/if}
{/if}
{assign var=azureSubdomainTitle value=$smarty.session.LANG.AZURE_SUBDOMAIN_CAPTION}
{$smarty.session.LANG.LOADING_SUBDOMAIN_FORM}
{$smarty.session.LANG.AZURE_PRICES_DETAILED_PRICING_INFORMATION}
{/if} {else} {GetCustomTemplate name="./provision.tpl" assign="file" } {include file=$file } {/if}