{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: Add Comment{% endblock pagetitle %} {% block content %}

Add Comment

{% if user.is_authenticated and perms.scipost.can_submit_comments %}

Contribute a Comment:

{% include 'comments/_add_comment_form.html' with form=form url='' %} {% endif %} {% endblock content %}