{# 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|localizeddate('none', 'none', app.request.locale, date_timezone, date_format) }} {{ commentinfo.comment.authorName }} {{ commentinfo.comment.createdAt|date("c") }} {{ thread.permalink }}#{{ commentinfo.comment.id }} {{ commentinfo.comment.body }} {% endfor %}