@if (desktopUpdateState().restartRequired) {

Update ready to install

MetoYou {{ desktopUpdateState().targetVersion || 'update' }} has been downloaded. Restart the app to finish applying it.

}
@if (desktopUpdateState().serverBlocked) {

Server update required

{{ desktopUpdateState().serverBlockMessage || 'The connected server must be updated before this desktop app can continue.' }}

Connected server

{{ desktopUpdateState().serverVersion || 'Not reported' }}

Required minimum

{{ desktopUpdateState().minimumServerVersion || 'Unknown' }}

}