- @conference.questions.each do |q|
%b Q:
= q.title
%b A:
- registration.qanswers.where(question_id: q.id).each do |qa|
= qa.answer.title
%br