+
-
-
-
-
-
@(traduci($"{item.AppName}-TITLE"))
-
- @(traduci($"{item.AppName}-LIST"))
-
-
+ @if (authOk(item))
+ {
+
+
+
+
+
@(traduci($"{item.AppName}-TITLE"))
+
+ @(traduci($"{item.AppName}-LIST"))
+
+
+ }
+ else
+ {
+
+
+
+
+
@(traduci($"{item.AppName}-TITLE"))
+
+ @(traduci($"{item.AppName}-LIST"))
+
+
+ }
- @if (string.IsNullOrEmpty(item.LicenseKey))
- {
-
- }
+