{#each starFillPercentages as fillPercent}
{#if fillPercent === 100}
{:else if fillPercent === 0}
{:else}
{/if}
{/each}