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