{#if appPlatform === 'vision'} {:else if appPlatform === 'phone' || appPlatform === 'messages'} {:else if appPlatform === 'pad'} {:else if appPlatform === 'mac'} {:else if appPlatform === 'tv'} {:else if appPlatform === 'watch'} {:else} {/if} {#if appPlatform && shouldShowPlatform}
{$i18n.t(platformToDescriptionMap[appPlatform])}
{/if}
{#if shelf.expandedMedia && allPlatforms && allPlatforms.length > 1}
{#if !shouldDisplayExpandedMedia} {/if} {#if shouldDisplayExpandedMedia}
{#each shelf.expandedMedia as expandedMediaShelf} {/each}
{/if}
{/if} {#if !isExpandedMedia}
{/if}