@let title = policySteps()[currentStep()]?.titleContent?.(); @if (title) { } @if (isV2()) { @if (!loading()) { @if (policyEnabled()) { {{ "on" | i18n }} } @else { {{ "off" | i18n }} } } } @if (showDescription()) {

{{ descriptionKey() | i18n }}

} @let bodyTemplate = policySteps()[currentStep()]?.bodyContent?.(); @if (bodyTemplate) { }
@let footerTemplate = policySteps()[currentStep()]?.footerContent?.(); @if (footerTemplate) { } @else { @if (!isV2()) { } }