post->is_flagged()) : ?>
t(['.flagged.info', 'user' => $this->h($this->post->flag_detail->author()), 'reason' => $this->h($this->post->flag_detail->reason)]) ?> is_mod_or_higher() or ($this->post->flag_detail && $this->post->flag_detail->user_id == current_user()->id)) : ?> (linkToFunction($this->t('.flagged.unflag'), 'Post.unflag('.$this->post->id.', function() { window.location.reload(); })') ?>) is_janitor_or_higher()) : ?> (linkToFunction($this->t('.flagged.delete'), 'Post.prompt_to_delete('.$this->post->id.');') ?>)
post->is_pending()) : ?>
t('.pending.info') ?> post->flag_detail) : ?> t('.reason') ?>h($this->post->flag_detail->reason()) ?> is_janitor_or_higher()) : ?> (linkToFunction($this->t('.pending.approve._'), "if (confirm('".$this->t('.pending.approve.confirm')."')) {Post.approve(".$this->post->id.")}") ?>) (linkToFunction($this->t('.pending.delete'), "Post.prompt_to_delete(".$this->post->id.");") ?>)
post->is_deleted()) : ?>
t('.deleted_info') ?> post->flag_detail) : ?> is_mod_or_higher()) : ?> t('.by') ?>: linkTo($this->h($this->post->flag_detail->author()), array('user#show', 'id' => $this->post->flag_detail->user_id)) ?> t('.reason') ?>: h($this->post->flag_detail->reason) ?>. MD5: post->md5 ?>
post->is_held) : ?>
t('.held.info') ?> has_permission($this->post)) : ?> (linkToFunction($this->t('.held.activate'), 'Post.activate_post('.$this->post->id.');') ?>)
post->is_deleted() && $this->post->use_sample(current_user()) && $this->post->can_be_seen_by(current_user()) && !isset($this->post->tags()['dakimakura'])) : ?> enable_parent_posts) : ?> post->parent_id) : ?>
t(['.parent.has_parent_html', 'parent' => $this->linkTo($this->t('.parent.parent'), array('#show', 'id' => $this->post->parent_id))]) ?> (linkToFunction($this->t('.parent.make_parent'), 'Post.reparent_post('.$this->post->id.', '.$this->post->parent_id.', '.($this->post->get_parent()->parent_id ? "true":"false").')') ?>)
post->has_children) : ?> post->children; $s = $this; ?>
t(['.parent.has_child_html', 'child' => $this->linkTo(($children->size() == 1? $this->t('.parent.child'):$this->t('.parent.children')), array('#index', 'tags' => 'parent:'.$this->post->id))]) ?> (t(['.parent.child_post_html', 'child' => implode(', ', array_map(function($child){return $this->linkTo($child->id, array('#show', 'id' => $child->id));}, $children->members()))]) ?>).
pools as $pool) : ?> partial("post/show_partials/pool", array('pool' => $pool, 'pool_post' => PoolPost::where("pool_id = ? AND post_id = ?", $pool->id, $this->post->id)->first())) ?>