{% extends 'commentaries/base.html' %} {% load scipost_extras %} {% block pagetitle %}: Commentary detail{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block content %}{{ 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 %}