@mariogtz
{{CITY|REGION|COUNTRY}} --> return City if not empty, otherwise region if not empty, otherwise country
{{CITY|REGION+COUNTRY}} --> return City if not empty, otherwise region concatenated with country (using empty string) if not empty (at least one of them cannot be empty)