class WcoHosting::TaskTmpl

def self.list

def self.list
  [[nil,nil]] + all.map { |t| [t, t.id] }
end