export const isTeacher = (self) => {
return self.me.permissions.includes('users.can_manage_school_class_content');
};