{#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}
{/if}