{#if config.question !== undefined}
{config.id}
{#if config.questionhint}
{/if} {#if config.freeform?.key && !(config.mappings?.length > 0)} {/if} {#if config.mappings !== undefined}
{#each config.mappings as mapping} {#if mapping.hideInAnswer === true || !(mapping.hideInAnswer) || (console.log(tags) || true) || !(mapping.hideInAnswer?.matchesProperties($tags)) } {/if} {/each}
{/if}
{/if}