{#each groups as group}
{group.label}
{#each group.reports as report}
select(report.value)} > {report.label}
{/each}
{/each}