Häufig gestellte Fragen
{{#each faq_categories as |faq_category|}}
{{/with}}
{{/each}}
{{/with}}
{{/each}}
{{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}}}