def location(self): return get_location_name(self.locationid)
def render(self, value): return get_location_name(value)