t(['.title', 'name' => $this->h($this->pool->pretty_name())]) ?>

pool->description) : ?>
format_text($this->pool->description) ?>
partial("post/hover") ?>
willPaginate($this->posts, ['class' => "no-browser-link"]) ?>
contentFor('footer', function(){ ?> pool_zips && current_user()->can_see_posts()) : ?> jpeg_enable && $this->pool->has_jpeg_zip($zip_params) ?>
  • link_to_pool_zip($this->t('.links.jpeg'), $this->pool, array_merge($zip_params, ['jpeg' => true])) ?>
  • link_to_pool_zip($this->t('.links.png'), $this->pool, $zip_params, ['has_jpeg' => $has_jpeg]) ?>
  • allow_pool_zip_pretty_filenames) : ?>
  • checkBoxTag('pretty_filenames') ?>
  • linkTo($this->t('.links.index_view'), ['controller' => "post", 'action' => "index", 'tags' => "pool:".$this->pool->id]) ?>
  • is_anonymous()) : ?>
  • linkToFunction($this->t('.links.toggle_view'), "User.set_pool_browse_mode(".(1-$this->browse_mode).");") ?>
  • has_permission($this->pool)) : ?>
  • linkTo($this->t('.links.edit'), ['action' => "update", 'id' => $this->params()->id]) ?>
  • linkTo($this->t('.links.delete'), ['action' => "destroy", 'id' => $this->params()->id]) ?>
  • contentFor('footer_final', function(){ ?>
    can_change($this->pool, 'posts')) : ?>
  • linkTo($this->t('.links.order'), ['action' => "order", 'id' => $this->params()->id]) ?>
  • is_contributor_or_higher()) : ?>
  • linkTo($this->t('.links.copy'), ['action' => "copy", 'id' => $this->params()->id]) ?>
  • linkTo($this->t('.links.transfer'), ['action' => "transfer_metadata", 'to' => $this->params()->id]) ?>
  • linkTo($this->t('.links.history'), ['controller' => "history", 'action' => "index", 'search' => "pool:".$this->params()->id]) ?>
  • can_change($this->pool, 'posts')) : ?>
  • partial("footer") ?>