{{ 'utenti.table.associa_portale' | translate }} Utente - {{ user.usr_username || 'Caricamento...' }}
Portali Disponibili ({{ filteredAvailablePortals.length }})
@for (portal of filteredAvailablePortals; track portal.pt_id) {
{{ portal.pt_descrizione }}
} @if (filteredAvailablePortals.length === 0) {

Nessun portale disponibile

}
Portali Assegnati ({{ departmentPortals.length }})
@for (portal of departmentPortals; track portal.pt_id) {
{{ portal.pt_descrizione }}
} @if (departmentPortals.length === 0) {

Nessun portale assegnato

}