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