{% extends 'scipost/base.html' %} {% block pagetitle %}: Commentary detail{% endblock pagetitle %} {% block headsup %} {% load scipost_extras %} {% endblock headsup %} {% block content %}

SciPost Commentary Page (non-SciPost publications)

Original publication:

{% include 'commentaries/_commentary_summary.html' with commentary=commentary %}

Abstract:

{{ commentary.pub_abstract }}

{% include 'scipost/comments_block.html' %} {% include 'comments/new_comment.html' with object_id=commentary.id type_of_object='commentary' open_for_commenting=commentary.open_for_commenting %} {% endblock content %}