% const body = `
Check and install updates for your packages
All your installed packages are running the latest versions.
${installedCount === 0 ? 'You haven\\'t installed any packages yet.' : \`Checked \${installedCount} package\${installedCount !== 1 ? 's' : ''}.\` }