{#if item.artwork}
{/if}
{#if item.badge}

{item.badge.title}

{/if} {#if item.title}

{@html sanitizeHtml(item.title)}

{/if} {#if item.description}

{@html sanitizeHtml(item.description)}

{/if}
{#if collectionIcons && !item.editorialDisplayOptions.suppressLockup}
    {#each collectionIcons as collectionIcon}
  • {/each}
{#if !hasMultipleCollectionIcons} {#if destination}
{$i18n.t('ASE.Web.AppStore.View')}
{/if} {/if}
{/if}