@if (contentService.onUserDetailsSelfService() || !authService.actionAllowed("userlist")) {
account_circle
{{ userData().username || "-" }} @ {{ userService.selectedUserRealm() || "-" }}
} @else {
account_circle
{{ userData().username || "-" }} @ {{ userService.selectedUserRealm() || "-" }}
}
@if (!authService.tokenWizard() && !authService.containerWizard().enabled) {
@if (authService.tokenEnrollmentAllowed()) {
}
@if (authService.tokenWizard2nd()) {
}
@if (authService.rights().includes("assign")) {
}
@if (authService.actionAllowed("userlist")) {
}
@if (authService.rights().includes("container_list")) {
}
@if (authService.rights().includes("container_create") && authService.containerWizard().enabled) {
}
@if (authService.rights().includes("auditlog")) {
}
}