{% extends 'commentaries/base.html' %} {% load scipost_extras %} {% block pagetitle %}: Commentary detail{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} {{ commentary }} {% endblock %} {% block content %}

SciPost Commentary Page

Original publication:

{% 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 %}