{% if current_user.is_authenticated and current_user.verified -%} {% if can_upvote(current_user, post.community) and not disable_voting -%}
{% endif -%} {{ shorten_number(post.up_votes - post.down_votes) }} {% if can_downvote(current_user, post.community) and not disable_voting -%} {% endif -%} {% else -%} {{ shorten_number(post.up_votes - post.down_votes) }} {% endif -%}