{{$proj.name}} - Ticket #{{$tick.code}}

{{$tick.title}}

Date: {{os.date("%Y-%m-%d", $tick.time)}}

Author: {{$tick.user_id}}

{{$tick.desc}}

Comments

% for comment in $comments do

Date: {{os.date("%Y-%m-%d", $comment.time)}}

Author: {{$comment.user_id}}

{{$comment.text}}
% end