t(['.title_html', 'name' => $this->linkTo($this->pool->pretty_name(), ['action' => 'show', 'id' => $this->pool->id])]) ?>

t('.info') ?>

formTag(function(){ ?> hiddenFieldTag("id", $this->pool->id) ?> pool_posts as $pp) : ?>
t('.order') ?>
post->can_be_seen_by($this->current_user)) : ?> linkTo($this->imageTag($pp->post->preview_url(), ['width' => $pp->post->preview_dimensions()[0], 'height' => $pp->post->preview_dimensions()[1]]), ["post#show", 'id' => $pp->post_id], ['title' => $pp->post->tags()]) ?> textFieldTag("pool_post_sequence[{$pp->id}]", $pp->sequence, ['class' => "pp", 'size' => 5, 'tabindex' => 1]) ?> linkToFunction($this->t('.plus_one'), "orderShift({$pp->id}, +1)", ['class'=>"text-button"]) ?> linkToFunction($this->t('.minus_one'), "orderShift({$pp->id}, -1)", ['class'=>"text-button"]) ?>
submitTag($this->t('buttons.save'), ['tabindex' => 2]) ?> buttonToFunction($this->t('.auto_order'), "orderAutoFill()", ['tabindex' => 2]) ?> buttonToFunction($this->t('.reverse'), "orderReverse()", ['tabindex' => 2]) ?> buttonToFunction($this->t('buttons.cancel'), "history.back()", ['tabindex' => 2]) ?>