The token was successfully enrolled with serial number
{{ serial }} .
@if (containerSerial) {
It has been enrolled in the container
{{ containerSerial }} .
}
@if (data.user?.username && data.userRealm != "" && !data.onlyAddToRealm) {
The user {{ data.user!.username }} in the realm {{ data.userRealm }} was assigned
to the token.
}