{% extends 'scipost/base.html' %} {% block pagetitle %}: Commentary detail{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %} {% if user.is_authenticated %}

SciPost Commentary Page   (non-SciPost publications)


Original publication:

{{ commentary.header_as_table|safe }}

Abstract:

{{ commentary.pub_abstract }}

{% if reports %}

Reports on this publication


{% endif %} {% include 'scipost/comments_block.html' %} {% if user.is_authenticated and commentary.open_for_commenting and user.contributor.rank > 0 %}

Contribute a Comment:

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}
{% endif %} {% endif %} {% endblock bodysup %}