{% extends 'journals/base_detail_page.html' %} {% block pagetitle %}: Comment on your Publication{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block content %}{{ publication.abstract|default:'No abstract found' }}
{% url 'comments:new_comment' object_id=object_id type_of_object=type_of_object as url %} {% include 'comments/_add_comment_form.html' with form=form url=url %} {% endblock content %}