{% load bootstrap %} {% if user.is_authenticated and open_for_commenting and perms.scipost.can_submit_comments %}

Contribute a Comment:

{% csrf_token %}
{{form.comment_text|bootstrap:'12,12'}}

In your comment, you can use LaTeX \$...\$ for in-text equations or \ [ ... \ ] for on-line equations.

Be professional. Only serious and meaningful comments will be vetted through.

{{form.is_cor|bootstrap}} {{form.is_rem|bootstrap}} {{form.is_que|bootstrap}} {{form.is_ans|bootstrap}} {{form.is_obj|bootstrap}} {{form.is_rep|bootstrap}} {{form.is_val|bootstrap}} {{form.is_lit|bootstrap}} {{form.is_sug|bootstrap}}
{{form.remarks_for_editors|bootstrap:'12,12'}}
{{form.file_attachment|bootstrap:'12,12'}}

By clicking on Submit, you agree with the Terms and Conditions.

Preview of your comment:

{% endif %}