comments as $c) : ?>
= $this->partial("comment/comment", array('comment' => $c)) ?>
hide) : ?>
= $this->contentTag("h6", $this->linkToFunction($this->t('.reply'), "Comment.show_reply_form(".$this->post_id.");"), array('id' => 'respond-link-'.$this->post_id)) ?>
">
= $this->formTag('comment#create', array('level' => 'member'), function() { ?>
= $this->hiddenFieldTag("comment[post_id]", $this->post_id, array('id' => 'comment_post_id_'.$this->post_id)) ?>
= $this->textArea("comment", "body", array('rows' => '7', 'id' => 'reply-text-'.$this->post_id, 'style' => 'width: 98%; margin-bottom: 2px;')) ?>
= $this->submitTag($this->t('.post')) ?>