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