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