{$include_js = $include_js|default:false} {$include_css = $include_css|default:false} {* If you need to load css, but don't need js, we will load css here. If js also need to be loaded, then we will do it asynchronously below. *} {if $include_css && !$include_js} {/if} {$class_id = 'wa-login-form-wrapper'} {$wrapper_id = uniqid($class_id)} {* PREPARE CLASS STRING FOR WRAPPER *} {$classes = [ $class_id ]} {if $is_onetime_password_auth_type} {$classes[] = 'wa-is-onetime-password-auth-type'} {/if} {if $is_need_confirm} {$classes[] = 'wa-is-need-confirm'} {/if} {$classes = join(' ', $classes)}