def has_origin_avatar(self): return fs.exists(self.avatar_filename, 'origin')
def has_avatar(self): return fs.exists(self.avatar_filename, 'thumb')