{{ infoMessage }}

Are you sure that you want to {{ actionDescription | lowercase }} {{ itemNames[0] }}?

Are you sure that you want to {{ actionDescription | lowercase }} the selected items?

  • {{ itemName }}

Are you sure that you want to {{ actionDescription | lowercase }} the selected {{ itemDescription }}?

Yes, I am sure.

@if (bodyContext?.deletionMessage) { } @else { Deleting {{ itemNames[0] }} will remove all associated {{itemDescription}}.This action cannot be undone. }

Type {{ itemNames[0] }} to confirm (required) This field is required. Enter the correct resource name.
@if (impact === impactEnum.high) {

{{(actionDescription | titlecase) + ' ' + itemDescription}}

Confirm {{ actionDescription }}

} @else {

{{(actionDescription | titlecase) + ' ' + itemDescription}}

}