{{foreach $request->comments( NULL, NULL, 'date', 'asc', NULL, FALSE ) as $reply}}
{$reply->html()|raw}
{{endforeach}}
{{if $request->commentPageCount() > 1}}
{$request->commentPagination()|raw}
{{endif}}
{{if $request->canComment()}}
{lang="respond_to_ticket"}
{$request->commentForm()|raw}
{{endif}}