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