{{ (policyEnabled() ? "on" : "off") | i18n }} @if (loading()) { } @else { @if (policy.v2?.prerequisiteKey) { {{ policy.v2.prerequisiteKey | i18n }} @if (policy.v2.prerequisiteLinkHref && policy.v2.prerequisiteLinkTextKey) { {{ policy.v2.prerequisiteLinkTextKey | i18n }} } } @if (policy.warningKey) { {{ policy.warningKey | i18n }} } @if (policy.v2?.showDescription ?? policy.showDescription) {

{{ policy.v2?.description ?? policy.description | i18n }}

} }