@if (!app) { } @if (app) {
{{ t('Windows App details:') }} {{ app.app.name }}
{{ app.app.name }}
{{ app.app.publisher }}
{{ t('Filter') }}
@if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { } @for (host of app.all_host_apps; track $index) { @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { } }
{{ t('Host name') }} {{ t('Patch status') }} {{ t('Installed version') }}
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.host.name }} } @else { {{ host.host.name }} } {{ t('Host Patch status') }} {{ host.version }}
@if (app && app.all_host_apps.length === 0) { } @if (app && app.all_host_apps) { @if (app) { } }
}