{% for c in root['children'] %} {% set comment = c['comment'] %} {% set children = c['children'] %}
{% set comment_profile_link = profile_link(comment.user, True) %} {% trans %} {{comment_profile_link}} said, {% endtrans %}
{{ comment.comment | nl2br }}{% if request.user.is_authenticated() %}