{{#if show_used_terms_only}} {{else}} {{/if}} {{#if csv_path}} {{t 'Download'}} {{/if}}
{{#each glossary }} {{/each}}
{{#each glossary }} {{#with this as | glossaryEntry |}}

{{@key}}

{{#each glossaryEntry}}
{{@key}}
{{#if this.synonyms}}
{{tp 'Synonyms'}}: {{#each this.synonyms }} {{ this }}{{#if @last}}{{else}},{{/if}} {{/each}}
{{/if}}
{{ this.definition }}
{{#if this.imageUrl}} {{/if}}

{{/each}}
{{/with}} {{/each}}