def status_str(self):
     return get_choice_name(self.status, self.STATUS_CHOICES)
 def type_str(self):
     return get_choice_name(self.ad_type, self.TYPE_CHOICES)