{% 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' %} {% if user.is_authenticated and commentary.open_for_commenting and perms.scipost.can_submit_comments %}

Contribute a Comment:

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}

Preview of your comment:

{% endif %} {% endblock content %}