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