@if (queued) {
{{ 'VULNERABILITY.STATE.QUEUED' | translate }}
} @if (error) {
{{ 'VULNERABILITY.STATE.ERROR' | translate }}
} @if (scanning) {
{{ 'VULNERABILITY.STATE.SCANNING' | translate }}
} @if (completed) {
} @if (stopped) {
{{ 'VULNERABILITY.STATE.STOPPED' | translate }}
} @if (otherStatus) {
{{ 'VULNERABILITY.STATE.OTHER_STATUS' | translate }}
}