{% if user.is_authenticated and perms.scipost.can_express_opinion_on_comments %} {% if user.contributor != comment.author %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% else %} {% include 'comments/_comment_voting_summary.html' with comment=comment %} {% endif %} {% endif %}