t('artist.create.info')?>

formTag(['action' => "update"], ['level' => 'member'], function(){ ?> hiddenFieldTag("id", $this->artist->id) ?>
textField('artist', 'name', ['size' => 80]) ?>
textField('artist', 'alias_names', ['size' => 80]) ?>
textField('artist', 'member_names', ['size' => 80]) ?>
textArea('artist', 'urls', ['size' => "80x6", 'class' => "no-block"]) ?>
textArea('artist', 'notes', ['size' => "80x6", 'class' => "no-block", 'disabled' => $this->artist->notes_locked()]) ?>
submitTag($this->t('buttons.save')) ?> buttonToFunction($this->t('buttons.cancel'), "history.back()") ?>
partial("footer") ?>