Date: {{os.date("%Y-%m-%d", $tick.time)}}
Author: {{$author.name}}
{{$tick.desc}}
Status: {{$states[$tick.state_id]}} Priority: {{$tick.priority}}
Date: {{os.date("%Y-%m-%d", $comment.time)}}
{{$comment.text}}
Comments
% for comment in $comments doDate: {{os.date("%Y-%m-%d", $comment.time)}}
% set author = $users[$comment.user_id]Author: {{$author.name}}
{{$comment.text}}