{% include 'commentaries/_commentary_summary.html' with commentary=commentary %}
Abstract:
{{ commentary.pub_abstract }}
{% include 'scipost/comments_block.html' with comments=commentary.comments.vetted type_of_object='Commentary' %}
{% include 'comments/new_comment.html' with object_id=commentary.id type_of_object='commentary' open_for_commenting=commentary.open_for_commenting %}
{% endblock content %}