{# This file is part of the FOSCommentBundle package. (c) FriendsOfSymfony This source file is subject to the MIT license that is bundled with this source code in the file LICENSE. #} {{ thread.id }} {{ thread.id }} {{ thread.lastCommentAt|date("c") }} {% for commentinfo in comments %} By {{ commentinfo.comment.authorName }} on {{ commentinfo.comment.createdAt|date }} {{ commentinfo.comment.authorName }} {{ commentinfo.comment.createdAt|date("c") }} {{ thread.permalink }}#{{ commentinfo.comment.id }} {{ commentinfo.comment.body }} {% endfor %}