class WcoHosting::TaskTmpl

def self.list

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

def to_s

def to_s
  slug
end