=f.text_field:pronouns,class: 'input-md gl-form-input',help: s_("Profiles|Enter your pronouns to let people know how to refer to you")
=f.text_field:pronunciation,class: 'input-md gl-form-input',help: s_("Profiles|Enter how your name is pronounced to help people address you correctly")
=f.text_field:pronouns,label: s_('Profiles|Pronouns'),class: 'input-md gl-form-input',help: s_("Profiles|Enter your pronouns to let people know how to refer to you")
=f.text_field:pronunciation,label: s_('Profiles|Pronunciation'),class: 'input-md gl-form-input',help: s_("Profiles|Enter how your name is pronounced to help people address you correctly")
=render_if_exists'profiles/extra_settings',form: f
=render_if_exists'profiles/email_settings',form: f
=f.text_field:location,class: 'gl-form-input',readonly: true,help: s_("Profiles|Your location was automatically set based on your %{provider_label} account")%{provider_label: attribute_provider_label(:location)}
=f.text_field:organization,label: s_('Profiles|Organization'),class: 'input-md gl-form-input',help: s_("Profiles|Who you represent or work for")
=f.text_area:bio,class: 'gl-form-input',label: s_('Profiles|Bio'),rows: 4,maxlength: 250,help: s_("Profiles|Tell us about yourself in fewer than 250 characters")