def is_accessible(self): return current_user.has_roles('Admin')
def is_accessible(self): return current_user.has_roles('Manager')