@for (item of selectedOptions; track item; let i = $index) {
@if ( selectedOptions[i] !== OptionType.ALL && selectedOptions[i] !== OptionType.SEVERITY && selectedOptions[i] !== OptionType.CVSS3 ) {
} @if (selectedOptions[i] === OptionType.SEVERITY) {
} @if (selectedOptions[i] === OptionType.CVSS3) {
{{ 'BANNER_MESSAGE.FROM' | translate }} {{ 'BANNER_MESSAGE.TO' | translate }} @if (isInvalid()) { {{ 'SECURITY_HUB.INVALID_VALUE' | translate }} }
} @if ( selectedOptions[i] !== OptionType.ALL && i === 0 ) { }
}