{#if tagRenderings.length > 0}
{#if headerTr}
{:else} {header} {/if}
{#each tagRenderings as config (config.id)} {#if config.IsKnown($tags) && (config.condition === undefined || config.condition.matchesProperties($tags))}
{/if} {/each}
{:else if $isTesting}
Group not loaded as no labels match {labels.join(", ")} {#if blacklist.length > 0} (with blacklist {blacklist.join(", ")}) {/if}
{/if}