Hi Odooers
I like to insert the answer for event question in my email template and can not find the syntax for that variable.
I try like :
<t t-set="Answer" t-value="object.event_question.answer_ids"></t>
Model: event.question
Relation: event.question.answer
I thank you for your hints
Tom