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