formTag(array('post#update', 'id' => $this->post->id), array('id' => 'edit-form', 'level' => 'member'), function() { ?> hiddenFieldTag("post[old_tags]", $this->post->cached_tags) ?> enable_parent_posts) : ?> is_privileged_or_higher()) : ?>
submitTag($this->t('.save'), array('tabindex' => '11', 'accesskey' => 's')) ?>
is_privileged_or_higher()) : ?>

t(['.rating_info_html', 'more' => $this->linkTo($this->t('.help'), 'help#ratings', array('target' => '_blank'))]) ?>

post->is_rating_locked()) : ?> t('.rating_locked_info') ?> radioButtonTag("post[rating]", "e", $this->post->rating == "e", array('id' => 'post_rating_explicit', 'tabindex' => '1')) ?> radioButtonTag("post[rating]", "q", $this->post->rating == "q", array('id' => 'post_rating_questionable', 'tabindex' => '2')) ?> radioButtonTag("post[rating]", "s", $this->post->rating == "s", array('id' => 'post_rating_safe', 'tabindex' => '3')) ?>
textField("post", "parent_id", array('size' => '10', 'tabindex' => '4')) ?>
checkBox("post", "is_shown_in_index", array('tabindex' => '7')) ?>
checkBox("post", "is_note_locked", array('tabindex' => '7')) ?>
checkBox("post", "is_rating_locked", array('tabindex' => '8')) ?>
textField("post", "source", array('size' => '40', 'tabindex' => '9')) ?>
is_privileged_or_higher()) : ?>

t(['.tags_info_html', 'more' => $this->linkTo($this->t('.help'), array('help#tags'), array('target' => '_blank'))]) ?>

textArea("post", "tags", array('disabled' => !$this->post->can_be_seen_by(current_user()), 'size' => '50x4', 'tabindex' => '10', 'value' => $this->h($this->post->cached_tags))) ?> post->can_be_seen_by(current_user())) : ?> linkToFunction($this->t('.related.tags'), "RelatedTags.find('post_tags')") ?> | linkToFunction($this->t('.related.artists'), "RelatedTags.find('post_tags', 'artist')") ?> | linkToFunction($this->t('.related.characters'), "RelatedTags.find('post_tags', 'char')") ?> | linkToFunction($this->t('.related.copyrights'), "RelatedTags.find('post_tags', 'copyright')") ?> enable_artists) : ?> | linkToFunction($this->t('.find_artists'), "RelatedTags.find_artist(\$F('post_source'))") ?>
t('.related.tags') ?>
t('.related.none') ?>