{% if 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.hole and v.mods_hole(p.hole) %}
{% endif %}
{% if v.id == p.author_id %}
{% else %}
{% if not p.ghost %}
{% endif %}
{% if p.hole %}
{% endif %}
{% endif %}
{% if v.id == p.author_id or (p.hole and v.mods_hole(p.hole)) %}
{% if FEATURES['NSFW_MARKING'] %}
{% endif %}
{% if SITE_NAME == 'WPD' %}
{% endif %}
{% endif %}
{% if p.hole and v.mods_hole(p.hole) %}
{% if not p.author.mods_hole(p.hole) %}
{% endif %}
{% endif %}