def excerpt(self): try: return truncatewords(strip_tags(self.description).strip(), 20) except: return None