t('pool_add') ?>

linkTo($this->imageTag($this->post->preview_url()), ['controller' => "post", 'action' => "show", 'id' => $this->post->id]) ?>

t('pool_add_text') ?>

formTag("#add_post", function(){ ?> hiddenFieldTag("post_id", $this->post->id) ?>
textField('pool', 'sequence', ['size' => 5, 'value' => ""]) ?>
submitTag($this->t('pool_add')) ?> buttonToFunction($this->t('pool_cancel'), "history.back()") ?> partial("footer") ?>