% include view/menu.html

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

{{$tick.title}}

Date: {{os.date("%F %R", $tick.time)}}

Author: {{$tick.author_name}}

{{$tick.desc}}

Comments

% for ev in $events do

Date: {{os.date("%F %R", $ev.time)}}

Author: {{$ev.author_name}}

% if $ev.type == "comment" then
{{$ev.text}}
% end % if $ev.type == "shift" then

{{$ev.old_stt_name}} → {{$ev.new_stt_name}}

% end
% end
add comment