예제 #1
0
 def get_facility_country_name(self, claim):
     return COUNTRY_NAMES.get(claim.facility.country_code, '')
예제 #2
0
 def get_country_name(self, facility_list_item):
     return COUNTRY_NAMES.get(facility_list_item.country_code, '')
예제 #3
0
 def get_country_name(self, facility):
     return COUNTRY_NAMES.get(facility.country_code, '')