{% 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 %} Like count
3
{% endcomment %}
{% if comments|length == "0" %}
0
{% else %}
{{ comments|length }}
{% endif %}
{% comment %} Like button
Empfehlen
{% endcomment %}
{% if comments or user|can_create_objects_in:note.group %}
{% trans "Comment" context "the_verb" %}
{% endif %}
{% comment %} Likes display-
Simon Liedtke
empfiehlt das
{% endcomment %}{{ comment.text|textfield }}