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