{{$title}}
% else
{{$proj.name}} - {{$title}}
% end
% include view/menu.html
% if $proj == nil then
% set proj_name = "global"
% set from = "home"
% else
% set proj_name = $proj.name
% set from = "proj"
% end
{{$proj_name}} board
% set state_id = 1
% for column in $columns do
{{$states[$state_id]}}
% if #$column > 0 then
({{#$column}})
% end
% set base_path = "/p/"..$card.proj_name.."/t/"..$card.code
% set shift_path = $base_path.."/shift/"
% set lpath = $shift_path..($state_id-1)
% set rpath = $shift_path..($state_id+1)
% set archive_path = $base_path.."/archive"
% if $state_id == 1 then
% set lpath = $archive_path
% end
% if $state_id == #$states then
% set rpath = $archive_path
% end