{{#each faq_categories as |faq_category|}}

{{faq_category.name}}

{{#with (lookup @root.faq_items faq_category.UUID) as |items|}} {{#each items as |item|}} {{#with (lookup @root.faq_item_i18ns item.UUID) as |faq_item_i18n|}}

{{faq_item_i18n.title}}

{{{faq_item_i18n.body}}}
{{/with}} {{/each}} {{/with}} {{/each}}