@page "/LicenseManager" @attribute [Authorize] @using LiMan.UI.Components
| Installazione | Applicativo | Scadenza | Num Licenze | Codice Licenza | Descrizione | |
|---|---|---|---|---|---|---|
| @if (currRecord == null) { } else { } | @record.Installazione | @record.Applicativo | @($"{record.Scadenza:yyyy.MM.dd}") |
@record.NumLicenze
|
@record.Licenza
|
@record.Descrizione
|