@using LiMan.UI.Components

Licenze

Installazione
Applicazione
@if (currRecord != null) { } @if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@foreach (var record in ListRecords) { }
Applicativo Installazione Scadenza Num Licenze Codice Licenza Descrizione
@if (currRecord == null) { if (!record.Locked) { } } else { if (!record.Locked) { } } @record.Applicativo @record.Installazione @($"{record.Scadenza:yyyy.MM.dd}") @record.NumLicenze @record.Licenza @record.Descrizione @if (record.Locked) { } else { }
}