@using LiMan.UI.Components
| } | Applicativo | Installazione | Scadenza | Descrizione | @if (!showActivations) {Tickets | } @if (!showTickets) {Attivazioni / Licenze | } @if (!(showActivations || showTickets)) {Codice Licenza | Payload | Enigma | Data Enigma | } |
|---|---|---|---|---|---|---|---|---|---|---|---|
| @if (currRecord == null) { } else { } | }@record.CodApp | @record.CodInst | @($"{record.Scadenza:yyyy.MM.dd}") | @record.Descrizione | @if (!showActivations) {
@record.Tickets.Count
|
}
@if (!showTickets)
{
@record.Attivazioni.Count / @record.NumLicenze
|
}
@if (!(showActivations || showTickets))
{
|
|
|
@($"{record.DataEnigma:yyyy.MM.dd}") | @if (record.Locked) { } else { } | }