formTag([], ['method' => 'get'], function(){ ?> textFieldTag('name', $this->params()->name, ['size' => 40]) ?> submitTag($this->t('.search')) ?>
selectTag('order', [[$this->t('.name') => 'name', $this->t('.date') => 'date'], ($this->params()->order ?: '')]) ?>
artists->blank()) : ?> artists as $artist) : ?> cycle('even', 'odd') ?> id="artist-id ?>"> updater_id) : ?>
t('.name') ?> t('.aliases') ?> t('.updated_by') ?> t('.last_modified') ?>
linkToIf(!$artist->alias_id, 'P', ['controller' => 'post', 'action' => 'index', 'tags' => $artist->name], ['title' => $this->t('.find')]) ?> linkTo('E', ['action' => 'update', 'id' => $artist->id], ['title' => $this->t('.edit')]) ?> linkTo('D', ['action' => 'destroy', 'id' => $artist->id], ['title' => $this->t('.delete')]) ?> linkTo($artist->name, ['action' => 'show', 'id' => $artist->id]) ?> alias_id) : ?> → linkTo($artist->alias_name(), ['action' => 'show', 'id' => $artist->alias_id], ['title' => $this->t('.is_alias')]) ?> group_id) : ?> [linkTo($artist->group_name(), ['action' => 'show', 'id' => $artist->group_id], ['title' => $this->t('.is_group')]) ?>] linkTo($this->h($x->name), array('#show', 'id' => $x->id));}, $artist->aliases()->members())) ?> updater_id) ?> updated_at)) ?>
willPaginate($this->artists) ?>
partial("footer") ?>