{#if item.icon}
{/if}
{#if item.heading}
{item.heading}
{/if} {#if item.title}
{item.title}
{/if} {#if item.subtitle}
{item.subtitle}
{/if}
{#if shouldShowLaunchNativeButton && $$slots['launch-native-button']}
{:else}
{$i18n.t('ASE.Web.AppStore.View')}
{/if}