{% if user|has_write_access:comment %}
{% comment %} Force the URL of the POST to remain on this site because of CSRF checks, but
force the cosinnus group resolution to check the group of this portal {% endcomment %}
{% endif %}
{{ comment.text|textfield }}
{% endfor %}
{% if user|can_create_objects_in:note.group %}
{% comment %} Force the URL of the POST to remain on this site because of CSRF checks, but
force the cosinnus group resolution to check the group of this portal {% endcomment %}
{% endif %}
{{ comment.text|textfield }}