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