{% ifequal length 1 %}
One comment
{% else %}
{% if length %}
{{ length }} comments
{% else %}
No commentsBe the first to comment on this paragraph!
{% endif %}
{% endifequal %}
{% for c in query %}
{{ c.id }}{{ c.comment|escape|linebreaks }}
{% endfor %}