{#each meta as row}
{nickNames[row.System] || row.System}
{row.Domain}
{/each}
{#each rowOrganizer as org, idx}
{org.display}
{#if org.annotation}
{org.annotation}
{/if} {#if org.key !== 'blank'}
{/if} {#each meta as row}
{#if (row[org.key] || '').includes(org.test)}
{/if}
{/each}
{/each}
{#each categories as category}
{category.display}
{/each}
{#if !hideDownload}
{ const content = `${container.outerHTML}`; const element = document.createElement('a'); element.download = 'summary-table.svg'; element.href = window.URL.createObjectURL(new Blob([content])); element.click(); element.remove(); }} > Download
{/if}