{% if v and v.id==p.author_id and p.private %}
{% endif %}
{% if not p.ghost or (v and v.admin_level >= PERMS['SEE_GHOST_VOTES']) %}
Votes
{% endif %}
{% if FEATURES['AWARDS'] -%}
{%- endif %}
{% if v.id==p.author_id and request.path.startswith('/@') %}
{% endif %}
{% if p.sub and v.mods(p.sub) %}
{% endif %}
{% if v.id==p.author_id %}
{% else %}
{% if not p.ghost %}
{% endif %}
{% if p.sub %}
{% endif %}
{% endif %}
{% if FEATURES['NSFW_MARKING'] and (v.id==p.author_id or (p.sub and v.mods(p.sub))) %}
{% endif %}
{% if p.sub and v.mods(p.sub) %}
{% if not p.author.mods(p.sub) %}
{% endif %}
{% endif %}