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

Contribute a Comment:

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}

Preview of your comment:

{% endif %}