getData('question');
$answers = $question->getAnswers();
echo $this->getData('nav')->render();
?>
= $this->printHtml($question->name); ?>
= $question->question; ?>
createdBy->image !== null) : ?>
= $answer->answer; ?>= $this->printHtml($answer->createdAt->format('Y-m-d')); ?>= $answer->createdBy->getId(); ?>= $answer->getStatus(); ?>= $this->printHtml((string) $answer->isAccepted()); ?>