{% if v and v.admin_level >= 2 %}
Votes
{% endif %}
Context
{% if v %}
{% endif %}
{% if c.parent_submission %}
{% if v and c.author_id == v.id %}
{% elif v and c.body %}
{% endif %}
{% endif %}
{%- if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] -%}
{%- set show_approve = c.state_mod != StateMod.VISIBLE or "/reported/" in request.path -%}
{%- set show_remove = c.state_mod != StateMod.REMOVED -%}