{% if user.is_authenticated and user|is_in_group:'Registered Contributors' %}
{% if user.contributor != reply.author %}
{% else %}
{{ reply.opinions_as_ul|safe }}
{% endif %}
{% endif %}
{{ reply.comment_text|linebreaks }}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
{% include 'scipost/comments_block.html' %}
{% if user.is_authenticated and submission.open_for_commenting and user|is_in_group:'Registered Contributors' %}