{#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}
Find the changelog for the latest release
here
{#if revertAvailable}
You can revert this app to version
{#if $admin.isDev}
{:else}
{$appStore.revertableVersion}
{/if}
if you're experiencing issues with the current version.
{/if}