def country_tree_data(request):
    return JsonResponse(transform_country_data(Country.gateway_data()))
def country_tree_data(request):
    return JsonResponse(transform_country_data(Country.gateway_data()))