{{ comment.author }}
,

{{ comment.Content|comment }}

{% set level = level + 1 %} {% for child in comment.orderedComments %} {{ include('DeblanBlogBundle:Default:theComment.html.twig', {level: level, comment: child}) }} {% endfor %}