@property
    def owner(self):
        return ", ".join(list(set([t.owner for t in self.tasks])))