{{ t('Packages') }} {{ t('Windows Apps overview') }}
{{ t('Filter') }}
@if (!result) { } @if (result) { @for (app of result.all_windows_apps; track $index) { }
{{ t('Application name') }} {{ t('Publisher') }} {{ t('Installed on') }}
@if (this.PermissionsService.hasPermissionObservable(['packages', 'view_windows'])|async) { {{ app.name }} } @else { {{ app.name }} } {{ app.publisher }} @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { {{ app.all_hosts.length }} } @else { {{ app.all_hosts.length }} }
} @if (result && result.all_windows_apps.length === 0) { } @if (result && result.all_windows_apps) { @if (result) { } }