def feedable_to_shop_top(self): return IArticle.providedBy( self.context) and not IFeedToShopTop.providedBy(self.context)
def unfeedable_from_shop_top(self): return IArticle.providedBy(self.context) and IFeedToShopTop.providedBy(self.context)
def unfeedable_from_shop_top(self): return IArticle.providedBy(self.context) and IFeedToShopTop.providedBy( self.context)
def feedable_to_shop_top(self): return IArticle.providedBy(self.context) and not IFeedToShopTop.providedBy(self.context)