def render(self):
     if self.available:
         return BasicCurationNote.render(self)
 def update(self):
     if self.available:
         BasicCurationNote.update(self)