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

{{ commentary.header_as_table }}

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