{{ lang.get('forms.City') }}
{{ registerForm.location.locality }}
|
{{ lang.get('forms.State') }}
{{ registerForm.location.administrative_area_level_1_short }}
|
{{ lang.get('forms.Zip_Code') }}
{{ registerForm.location.postal_code }}
|
{{ lang.get('forms.Country') }}
{{ registerForm.location.country_long }}
|