{{ data.title }}

@if (data.action === "remove" || data.action === "delete" || data.action === "revoke" || data.action === "unassign") {

Are you sure you want to {{ data.action }} @if ((data.serialList?.length ?? 0) > 1 && data.type === "token") { all selected ({{ data.serialList?.length }}) {{ data.type }}s? } @else { this {{ data.type }}? }

} @else if (data.action === "search") {

This search request will check {{ data.numberOfTokens }} tokens in the system for the given OTP value.
This could take a lot of time and could even time out.

}