$def with (parent, question, answers, answer_to, chain)
trublr
$if parent:
$if question.help:
$question.help
Tech support information
$for i in chain:
- $i[0].question
$if i[1]:
$for a in i[0].answers:
-
$if a.answer == i[1].answer:
$a.answer
$if a.answer == i[1].answer: