@if (authService.actionAllowed("userlist")) { supervised_user_circle {{ userData().username || "-" }}
@for (item of detailsEntries(); track item.key) {
{{ item.label }}:
@if (isArray(item.value) && item.value.length > 1) {
    @for (val of item.value; track val) {
  • {{ val }}
  • }
} @else {
{{ item.value }}
} }
} @if (!authService.tokenWizard() && !authService.containerWizard().enabled) { @if (authService.tokenEnrollmentAllowed()) { } @if (authService.tokenWizard2nd()) { } @if (authService.rights().includes("assign")) { } @if (authService.rights().includes("container_list")) { } @if (authService.rights().includes("container_create")) { } @if (authService.rights().includes("auditlog")) { } }