{{ $fieldName := "address" }} 
                        {{if .ViewState.event.Data.address}}
                        {{$default := .ViewState.event.Data.address}}
                        {{ template "address" dict "FieldName" $fieldName  "Default" $default}}
                        {{else}}
                        {{ template "address_autocomplete" dict "FieldName" $fieldName}}
                        
                        
                    {{end}}