<#if html_keywords?has_content> <#if html_description?has_content> <#assign parentMenuName = (sri.screenUrlInfo.parentScreen.getDefaultMenuName())!""> <#assign defaultMenuName = sri.screenUrlInfo.targetScreen.getDefaultMenuName()> <#if html_title?has_content>${html_title}<#else><#if parentMenuName?has_content>${ec.resource.expand(parentMenuName, "")} - </#if><#if defaultMenuName?has_content>${ec.resource.expand(defaultMenuName, "")}</#if></#if> <#-- Style Sheets --> <#list sri.getThemeValues("STRT_STYLESHEET") as styleSheetLocation> <#assign hrefUrl = sri.buildUrl(styleSheetLocation).url> ?v=${ec.web.getResourceDistinctValue()}" rel="stylesheet" type="text/css"> <#list html_stylesheets?if_exists as styleSheetLocation> <#assign hrefUrl = sri.buildUrl(styleSheetLocation).url> ?v=${ec.web.getResourceDistinctValue()}" rel="stylesheet" type="text/css"> <#-- JavaScript --> <#list html_scripts?if_exists as scriptLocation> <#assign srcUrl = sri.buildUrl(scriptLocation).url> <#list sri.getThemeValues("STRT_SCRIPT") as scriptLocation> <#assign srcUrl = sri.buildUrl(scriptLocation).url> <#-- Icon --> <#list sri.getThemeValues("STRT_SHORTCUT_ICON") as iconLocation> <#assign bodyClassList = sri.getThemeValues("STRT_BODY_CLASS")> <#assign instancePurpose = Static["java.lang.System"].getProperty("instance_purpose")!"production"> hide-nav">
<#-- old 'tabs' more like links: -->
<#if authFlowList?has_content && !authFlowList.isEmpty()>
<#list authFlowList as authFlow>
<#if secondFactorRequired>

${ec.l10n.localize("An authentication code is required for your account, you have these options:")}

<#list sendableFactors as userAuthcFactor>
<#if (ec.web.sessionAttributes.get("moquiPreAuthcUsername"))?has_content>
${sri.getAfterScreenWriterText()} <#-- Footer JavaScript --> <#list footer_scripts?if_exists as scriptLocation> <#assign srcUrl = sri.buildUrl(scriptLocation).url> <#list sri.getThemeValues("STRT_SCRIPT_FOOTER") as scriptLocation> <#assign srcUrl = sri.buildUrl(scriptLocation).url> <#assign scriptText = sri.getScriptWriterText()> <#if scriptText?has_content>