@page "/" @using MP.Land.Data @using MP.Land.Components

MAPO Land

Pannello di gestione della suite MAPO MES: l'integrazione di MES + SCADA + IOT + Gestione Commesse
@if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@foreach (var item in ListRecords) {

@item.AppName

dettagli
    @(traduci($"{item.AppName}-LIST"))
@if (string.IsNullOrEmpty(item.LicenseKey)) { }
}
}