def title(self): """This property is used to give the title of the portlet in the "manage portlets" screen. """ if self.portletTitle: return self.portletTitle else: return _(u"Last blog entries")