Refreshed {refreshCount} times
{#each Object.entries(winLabelMap) as [label, content]}
  • Label:
    {label}
      {#each Object.entries(content) as [key, value]}
    • {key}:
      {value}
    • {/each}
  • {/each}