provide('title', $this->forum_post->title) ?>
forum_post->is_locked) : ?>
page_number <= 1) : ?>
= $this->partial("post", ['post' => $this->forum_post]) ?>
children as $c) : ?>
= $this->partial("post", ['post' => $c]) ?>
forum_post->is_locked) : ?>
= $this->formTag(['action' => "create"], ['level' => 'member'], function(){ ?>
= $this->hiddenField("forum_post", "title", ['value' => ""]) ?>
= $this->hiddenField("forum_post", "parent_id", ['value' => $this->forum_post->root_id()]) ?>
= $this->textArea('forum_post', 'body', ['rows' => 20, 'cols' => 80, 'value' => ""]) ?>
= $this->submitTag($this->t('.post')) ?>
= $this->willPaginate($this->children) ?>
contentFor('subnavbar', function() { ?>
forum_post->is_locked) : ?>
= $this->linkToFunction($this->t('.reply'), "Element.toggle('reply')") ?>
= $this->linkTo($this->t('.list'), ['action' => "index"]) ?>
= $this->linkTo($this->t('.new'), ['action' => "blank"]) ?>
forum_post->is_parent()) : ?>
= $this->linkTo($this->t('.parent'), ['action' => "show", 'id' => $this->forum_post->parent_id]) ?>
= $this->linkTo($this->t('.help'), ['controller' => "help", 'action' => "forum"]) ?>