deleted_posts > 0) : ?>
t([$this->deleted_posts == 1 ? '.posts_deleted.notice_singular_html' : '.posts_deleted.notice_plural_html', 'recently_deleted' => $this->linkTo($this->t('.posts_deleted.recently'), ['#deleted_index', 'user_id' => current_user()->id])]) ?> (linkToFunction($this->t('.posts_deleted.hide'), 'Post.acknowledge_new_deleted_posts();') ?>)
is_privileged_or_higher()) : ?>

t('.guidelines.title') ?>

t('.guidelines.info') ?>

t(['.guidelines.limit', 'n' => ($count = CONFIG()->member_post_limit - Post::where("user_id = ? AND created_at > ?", current_user()->id, date('Y-m-d H:i:s', strtotime('-1 day')))->count()) == 1 ? $count . " post" : $count . " posts"]) ?>

formTag('post#create', array('level' => 'member', 'multipart' => true, 'id' => 'edit-form'), function(){ ?>
params()->url) : ?> tag('img', array('src' => $this->params()->url, 'alt' => $this->params()->url, 'title' => 'Preview', 'id' => 'image')) ?>

enable_parent_posts) : ?> is_contributor_or_higher()) : ?>
submitTag($this->t('.form.upload'), array('tabindex' => '8', 'accesskey' => 's', 'class' => 'submit', 'style' => 'margin: 0;')) ?> submitTag($this->t('buttons.cancel'), array('tabindex' => '8', 'accesskey' => 's', 'class' => 'cancel', 'style' => 'display: none; vertical-align: bottom; margin: 0;')) ?>
fileField("post", "file", array('size' => '50', 'tabindex' => '1')) ?>
is_privileged_or_higher()) : ?>

t('.form.source.info') ?>

textField("post", "source", array('value' => $this->params()->url, 'size' => '50', 'tabindex' => '2')) ?> enable_artists) : ?> linkToFunction($this->t('.form.find_artist'), "RelatedTags.find_artist(\$F('post_source'))") ?>
is_privileged_or_higher()) : ?>

t('.form.tags.info') ?>(linkTo($this->t('.form.help'), array('help#tags'), array('target' => '_blank')) ?>)

textArea("post", "tags", array('value' => $this->params()->tags, 'size' => '60x2', 'tabindex' => '3')) ?> linkToFunction($this->t('.form.find_related.tags'), "RelatedTags.find('post_tags')") ?> | linkToFunction($this->t('.form.find_related.artists'), "RelatedTags.find('post_tags', 'artist')") ?> | linkToFunction($this->t('.form.find_related.characters'), "RelatedTags.find('post_tags', 'char')") ?> | linkToFunction($this->t('.form.find_related.copyrights'), "RelatedTags.find('post_tags', 'copyright')") ?> | linkToFunction($this->t('.form.find_related.circles'), "RelatedTags.find('post_tags', 'circle')") ?>
textField("post", "parent_id", array('value' => $this->params()->parent, 'size' => '5', 'tabindex' => '4')) ?>
is_privileged_or_higher()) : ?>

t('.form.rating.info') ?>(linkTo($this->t('.form.help'), array('help#ratings'), array('target' => '_blank')) ?>)

params()->rating ?: $this->default_rating) == "e") : ?>checked="checked" tabindex="5"> params()->rating ?: $this->default_rating) == "q") : ?>checked="checked" tabindex="6"> params()->rating ?: $this->default_rating) == "s") : ?>checked="checked" tabindex="7">
checkBoxTag('anonymous', '1') ?>
contentFor('post_cookie_javascripts', function() { ?> partial("footer") ?>