def CountryNames(self, instance=None):
     if not instance:
         instance = self
     return getDisplayList(instance, 'country_names')
 def CountryNames(self, instance):
     """List of all country names (from ATExtensions)"""
     return getDisplayList(self, 'country_names')
 def PhoneNumberTypes(self, instance=None):
     """phone number types"""
     if not instance:
         instance = self
     return getDisplayList(instance, 'phone_number_types')
 def CountryNames(self, instance=None):
     if not instance:
         instance = self
     return getDisplayList(instance, 'country_names')
Beispiel #5
0
 def PhoneNumberTypes(self, instance=None):
     """phone number types"""
     if not instance:
         instance = self
     return getDisplayList(instance, 'phone_number_types')