| 
						
						
							
								
							
						
						
					 | 
					@ -129,33 +129,37 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <mat-menu #accountMenu="matMenu" xPosition="before"> | 
					 | 
					 | 
					        <mat-menu #accountMenu="matMenu" xPosition="before"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          <ng-container *ngIf="user?.access?.length > 0"> | 
					 | 
					 | 
					          <ng-container *ngIf="user?.access?.length > 0"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <button mat-menu-item (click)="impersonateAccount(null)"> | 
					 | 
					 | 
					            <button mat-menu-item (click)="impersonateAccount(null)"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					              <ion-icon | 
					 | 
					 | 
					              <span class="align-items-center d-flex"> | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                *ngIf="user?.access?.length > 0" | 
					 | 
					 | 
					                <ion-icon | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                class="mr-2" | 
					 | 
					 | 
					                  *ngIf="user?.access?.length > 0" | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                [name]=" | 
					 | 
					 | 
					                  class="mr-2" | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                  impersonationId | 
					 | 
					 | 
					                  [name]=" | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                    ? 'radio-button-off-outline' | 
					 | 
					 | 
					                    impersonationId | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                    : 'radio-button-on-outline' | 
					 | 
					 | 
					                      ? 'radio-button-off-outline' | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                " | 
					 | 
					 | 
					                      : 'radio-button-on-outline' | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					              ></ion-icon> | 
					 | 
					 | 
					                  " | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					              <span i18n>Me</span> | 
					 | 
					 | 
					                ></ion-icon> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                <span i18n>Me</span> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					              </span> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            </button> | 
					 | 
					 | 
					            </button> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <button | 
					 | 
					 | 
					            <button | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              *ngFor="let accessItem of user?.access" | 
					 | 
					 | 
					              *ngFor="let accessItem of user?.access" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              mat-menu-item | 
					 | 
					 | 
					              mat-menu-item | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              (click)="impersonateAccount(accessItem.id)" | 
					 | 
					 | 
					              (click)="impersonateAccount(accessItem.id)" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            > | 
					 | 
					 | 
					            > | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					              <ion-icon | 
					 | 
					 | 
					              <span class="align-items-center d-flex"> | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                class="mr-2" | 
					 | 
					 | 
					                <ion-icon | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                name="square-outline" | 
					 | 
					 | 
					                  class="mr-2" | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                [name]=" | 
					 | 
					 | 
					                  name="square-outline" | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                  accessItem.id === impersonationId | 
					 | 
					 | 
					                  [name]=" | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                    ? 'radio-button-on-outline' | 
					 | 
					 | 
					                    accessItem.id === impersonationId | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                    : 'radio-button-off-outline' | 
					 | 
					 | 
					                      ? 'radio-button-on-outline' | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                " | 
					 | 
					 | 
					                      : 'radio-button-off-outline' | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					              ></ion-icon> | 
					 | 
					 | 
					                  " | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					              <span *ngIf="accessItem.alias">{{ accessItem.alias }}</span> | 
					 | 
					 | 
					                ></ion-icon> | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					              <span *ngIf="!accessItem.alias" i18n>User</span> | 
					 | 
					 | 
					                <span *ngIf="accessItem.alias">{{ accessItem.alias }}</span> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                <span *ngIf="!accessItem.alias" i18n>User</span> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					              </span> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            </button> | 
					 | 
					 | 
					            </button> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <hr class="m-0" /> | 
					 | 
					 | 
					            <hr class="m-0" /> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          </ng-container> | 
					 | 
					 | 
					          </ng-container> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |