{{$proj_name}} board

% set state_id = 1 % for column in $columns do

{{$states[$state_id]}}

% for card in $column do
% if $proj == nil then {{$card.proj_name}} % end #{{$card.code}}

{{$card.title}}

{{os.date("%F %R", $card.time)}} ({{$card.priority}})
% set shift_path = "/p/"..$card.proj_name.."/t/"..$card.code.."/shift/" % set left_disabled = "" % if $state_id == 1 then % set left_disabled = " disabled" % end
% set right_disabled = "" % if $state_id == #$states then % set right_disabled = " disabled" % end
% end
% set state_id = $state_id + 1 % end