forum_posts as $fp) : ?>
t('.post_title') ?> t('.created_by') ?> t('.updated_by') ?> t('.updated') ?> t('.responses') ?>
is_anonymous() && $fp->updated_at > current_user()->last_forum_topic_read_at) : ?> is_sticky) : ?>t('.sticky') ?>: linkTo($this->h($fp->title), ['action' => "show", 'id' => $fp->id]) ?> is_sticky) : ?>t('.sticky') ?>: linkTo($this->h($fp->title), ['action' => "show", 'id' => $fp->id]) ?> response_count > 30) : ?> linkTo($this->t('.last'), ['action' => "show", 'id' => $fp->id, 'page' => ceil($fp->response_count / 30.0)], ['class' => "last-page"]) ?> is_locked) : ?> t('.is_locked') ?> h($fp->author()) ?> h($fp->last_updater()) ?> t(['time.x_ago', 't' => $this->timeAgoInWords($fp->updated_at)]) ?> response_count ?>
willPaginate($this->forum_posts) ?>
contentFor('subnavbar', function(){ ?>
  • linkTo("New topic", ["#blank"]) ?>
  • is_anonymous()) : ?>
  • linkToFunction($this->t('.mark'), "Forum.mark_all_read()") ?>
  • linkTo($this->t('.help'), ['controller' => "help", 'action' => "forum"]) ?>