formTag([], ['method' => 'get'], function(){ ?> textFieldTag("query", $this->params()->query) ?> submitTag($this->t('.search')) ?> submitTag($this->t('tag_implication.index.search')) ?>
formTag(['action' => "update"], function() { ?> aliases as $a) : ?>
t('.alias') ?> t('.to') ?> t('.reason') ?>
is_mod_or_higher()) : ?> buttonToFunction($this->t('.pending'), "$$('.pending').each(function(x) {x.checked = true})") ?> submitTag($this->t('.approve')) ?> buttonToFunction($this->t('.delete'), "$('reason-box').show(); $('reason').focus()") ?> buttonToFunction($this->t('.add'), "$('add-box').show().scrollTo(); $('tag_alias_name').focus()") ?>
is_pending ? 'class="pending"' : null ?>> linkTo($this->h($a->name), ['controller' => "post", 'action' => "index", 'tags' => $a->name]) ?> ( $a->name])->first()) ? $tag->post_count : 0 ?>) linkTo($this->h($a->alias_name()), ['controller' => "post", 'action' => "index", 'tags' => $a->alias_name()]) ?> (alias_id)) ? $tag->post_count : 0 ?>) h($a->reason) ?>
willPaginate($this->aliases) ?>
partial("/tag/footer") ?>