{#if updateAvailable}
This app is currently using version {$store.version}, but version
{clientPackage.version} is available. Updates can contain new features,
performance improvements and bug fixes.
{:else}
This app is currently using version {$store.version} which is the
latest version available.
{/if}
{#if revertAvailable}
You can revert this app to version
{$store.revertableVersion}
if you're experiencing issues with the current version.
{/if}