{#if intersecting}
{#if !readonly && (mouseOver || selected || selectionCandidate)} {/if}
{#if !isSharedLink() && asset.isFavorite}
{/if} {#if !isSharedLink() && showArchiveIcon && asset.isArchived}
{/if} {#if asset.type === AssetTypeEnum.Image && asset.exifInfo?.projectionType === ProjectionType.EQUIRECTANGULAR}
{/if} {#if asset.stackCount && showStackedIcon}

{asset.stackCount}

{/if} {#if asset.resized} {:else}
{/if} {#if asset.type === AssetTypeEnum.Video}
{/if} {#if asset.type === AssetTypeEnum.Image && asset.livePhotoVideoId}
{/if}
{#if selectionCandidate}
{/if} {/if}