t('.info') ?>

formTag(['action' => "create"], ['level' => 'member'], function(){ ?> params()->alias_id) : ?>
textField('artist', 'name', ['size' => 80]) ?>
textField('artist', 'alias_name', ['size' => 80]) ?>
textField('artist', 'alias_names', ['size' => 80, 'value' => $this->params()->jp_name]) ?>
textField('artist', 'member_names', ['size' => 80]) ?>
textArea('artist', 'urls', ['size' => "80x6", 'class' => "no-block"]) ?>
textArea('artist', 'notes', ['size' => "80x6", 'class' => "no-block"]) ?>
submitTag($this->t('buttons.save')) ?> buttonToFunction($this->t('buttons.cancel'), "history.back()") ?>
partial("footer") ?>