{% if current_user.is_authenticated -%} {% if post.user_id == current_user.id -%}
  • {{ _('Edit') }}
  • {% endif -%} {% if post.user_id == current_user.id or post.community.is_moderator() or post.community.is_owner() or current_user.is_admin() -%} {% if post.deleted -%}
  • {{ _('Restore') }}
  • {{ _('Purge') }}
  • {% else -%}
  • {{ _('Delete') }}
  • {% endif -%} {% endif -%} {% if existing_bookmark -%}
  • {{ _('Remove bookmark') }}
  • {% else -%}
  • {{ _('Bookmark') }}
  • {% endif -%} {% if post.user_id == current_user.id and not post.mea_culpa -%}
  • {{ _("I made a mistake with this post and have changed my mind about the topic") }}
  • {% endif -%} {% if post.user_id != current_user.id -%} {% if post.type == POST_TYPE_LINK and post.author.bot and (post.cross_posts is none or len(post.cross_posts) == 0) -%}
  • {{ _('Cross-post to another community') }}
  • {% endif -%}
  • {{ _('Block post author @%(author_name)s', author_name=post.author.user_name) }}
  • {{ _('Block community %(community_name)s', community_name=post.community.display_name()) }}
  • {% if post.community.is_moderator() or current_user.is_admin() -%}
  • {{ _('Ban post author @%(author_name)s from %(community_name)s', author_name=post.author.user_name, community_name=post.community.title) }}
  • {% endif -%} {% if post.domain_id -%}
  • {{ _('Block domain %(domain)s', domain=post.domain.name) }}
  • {% endif -%} {% if post.instance_id and post.instance_id != 1 -%}
  • {{ _("Hide every post from author's instance: %(name)s", name=post.instance.domain) }}
  • {% endif -%} {% endif -%} {% endif -%} {% if post.ap_id -%}
  • {{ _('View original on %(domain)s', domain=post.instance.domain) }}
  • {% endif -%}
  • {{ _('Report to moderators') }}
  • {% if current_user.is_authenticated and (current_user.is_admin() or current_user.is_staff()) -%}
  • {{ _('View Voting Activity') }}
  • {{ _('Fixup from remote') }}
  • {% endif -%}