Sort and Where in range

Hello. I need help. I want to sort my range from config by country ASC.

My config

[[params.host_location]]
  country = "Luxembourg"
  icon = "lu.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = "http://site.ru/index.php"
  x = 560
  y = 190
  custom_style = ""
  weight = 1
  location = "eu"

[[params.host_location]]
  country = "Moscow"
  icon = "ru.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = "" 
  x = 672
  y = 160
  custom_style = ""
  weight = 2
  location = "ru"

[[params.host_location]]
  country = "Ekaterinburg"
  icon = "ru.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = "" 
  x = 752
  y = 153
  custom_style = ""
  weight = 3
  location = "ru"

[[params.host_location]]
  country = "Krasnoyarsk"
  icon = "ru.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 852
  y = 167
  custom_style = ""
  weight = 4
  location = "ru"

[[params.host_location]]
  country = "Khabarovsk"
  icon = "ru.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = "http://site.ru/index.php" 
  x = 984
  y = 193
  custom_style = ""
  weight = 5
  location = "ru"

[[params.host_location]]
  country = "Seoul"
  icon = "kr.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = "" 
  x = 955
  y = 235
  custom_style = ""
  weight = 6
  location = "as"

[[params.host_location]]
  country = "Singapore"
  icon = "sg.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = "" 
  x = 876
  y = 358
  custom_style = ""
  weight = 7
  location = "as"

[[params.host_location]]
  country = "San Jose"
  icon = "us.png"
  link_dedic = ""
  link_vds = ""
  x = 144
  y = 236
  custom_style = ""
  weight = 8
  location = "us"

[[params.host_location]]
  country = "Miami"
  icon = "us.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = "" 
  x = 279
  y = 277
  custom_style = ""
  weight = 9
  location = "us"

[[params.host_location]]
  country = "Ashburn"
  icon = "us.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 289
  y = 231
  custom_style = ""
  weight = 10
  location = "us"
  
[[params.host_location]]
  country = "San Paulo"
  icon = "br.png"
  link_dedic = ""
  link_vds = ""
  x = 389
  y = 441
  custom_style = ""
  weight = 11
  location = "sa"

[[params.host_location]]
  country = "Sydney"
  icon = "au.png"
  link_dedic = ""
  link_vds = ""
  x = 1035
  y = 478
  custom_style = ""
  weight = 12
  location = "au"

[[params.host_location]]
  country = "Tokyo"
  icon = "jp.png"
  link_dedic = ""
  link_vds = ""
  x = 1000
  y = 243
  custom_style = ""
  weight = 13
  location = "as"

[[params.host_location]]
  country = "Istanbul"
  icon = "tr.png"
  link_dedic = ""
  link_vds = ""
  x = 635
  y = 220
  custom_style = ""
  weight = 14
  location = "eu"

[[params.host_location]]
  country = "Amsterdam"
  icon = "nl.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 556
  y = 177
  custom_style = ""
  weight = 15
  location = "eu"

## RUS Location HOSTING

[[params.host_location_ru]]
  country = "Люксембург"
  icon = "lu.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = "http://site.ru/index.php"
  x = 560
  y = 190
  custom_style = ""
  weight = 1
  location = "eu"

[[params.host_location_ru]]
  country = "Москва"
  icon = "ru.png"  
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 672
  y = 160
  custom_style = ""
  weight = 2
  location = "ru"

[[params.host_location_ru]]
  country = "Екатеринбург"
  icon = "ru.png"  
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 752
  y = 153
  custom_style = ""
  weight = 3
  location = "ru"

[[params.host_location_ru]]
  country = "Красноярск"
  icon = "ru.png"  
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 852
  y = 167
  custom_style = ""
  weight = 4
  location = "ru"

[[params.host_location_ru]]
  country = "Хабаровск"
  icon = "ru.png"  
  link_dedic = "http://site.ru/index.php"
  link_vds = "http://site.ru/index.php"
  x = 984
  y = 193
  custom_style = ""
  weight = 5
  location = "ru"

[[params.host_location_ru]]
  country = "Сеул"
  icon = "kr.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 955
  y = 235
  custom_style = ""
  weight = 6
  location = "as"

[[params.host_location_ru]]
  country = "Сингапур"
  icon = "sg.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 876
  y = 358
  custom_style = ""
  weight = 7
  location = "as"

[[params.host_location_ru]]
  country = "Сан-Хосе"
  icon = "us.png"
  link_dedic = ""
  link_vds = ""
  x = 144
  y = 236
  custom_style = ""
  weight = 8
  location = "us"

[[params.host_location_ru]]
  country = "Майами"
  icon = "us.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 279
  y = 277
  custom_style = ""
  weight = 9
  location = "us"

[[params.host_location_ru]]
  country = "Ашберн"
  icon = "us.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 289
  y = 231
  custom_style = ""
  weight = 10
  location = "us"
  
[[params.host_location_ru]]
  country = "Сан-Паулу"
  icon = "br.png"
  link_dedic = ""
  link_vds = ""
  x = 389
  y = 441
  custom_style = ""
  weight = 11
  location = "sa"

[[params.host_location_ru]]
  country = "Сидней"
  icon = "au.png"
  link_dedic = ""
  link_vds = ""
  x = 1035
  y = 478
  custom_style = ""
  weight = 12
  location = "au"

[[params.host_location_ru]]
  country = "Токио"
  icon = "jp.png"
  link_dedic = ""
  link_vds = ""
  x = 1000
  y = 243
  custom_style = ""
  weight = 13
  location = "as"

[[params.host_location_ru]]
  country = "Стамбул"
  icon = "tr.png"
  link_dedic = ""
  link_vds = ""
  x = 635
  y = 220
  custom_style = ""
  weight = 14
  location = "eu"

[[params.host_location_ru]]
  country = "Амстердам"
  icon = "nl.png"
  link_dedic = "http://site.ru/index.php"
  link_vds = ""
  x = 556
  y = 177
  custom_style = ""
  weight = 15
  location = "eu"

My code in template

									<ul>
										<li><h2>{{ T "Europe_text" }}:</h2></li>								
{{ if eq .Lang "en" }}
{{ range first 200 ((where .Site.Params.host_location ".location" "=" "eu") sort .Site.Params.host_location ".country" "asc") }}
			{{ if or (ne .link_vds "") (ne .link_dedic "") }}
											<li><span class="color_list_loc">{{ .country }}</span></li>
			{{ end }}
{{ end }}
{{ range first 200 ((where .Site.Params.host_location ".location" "=" "eu") sort .Site.Params.host_location ".country" "asc") }}
			{{ if and (eq .link_vds "") (eq .link_dedic "") }}
											<li class="soon"><span class="color_list_loc">{{ .country }}</span></li>
			{{ end }}
{{ end }}
{{ else }}
{{ range first 200 ((where .Site.Params.host_location_ru ".location" "=" "eu") sort .Site.Params.host_location_ru ".country" "asc") }}
			{{ if or (ne .link_vds "") (ne .link_dedic "") }}
											<li><span class="color_list_loc">{{ .country }}</span></li>
			{{ end }}
{{ end }}
{{ range first 200 ((where .Site.Params.host_location_ru ".location" "=" "eu") sort .Site.Params.host_location_ru ".country" "asc") }}
			{{ if and (eq .link_vds "") (eq .link_dedic "") }}
											<li class="soon"><span class="color_list_loc">{{ .country }}</span></li>
			{{ end }}
{{ end }}
{{ end }}
									</ul>

The countries is not sorting by name (ASC). Can you help me ?