%h2.gl-text-center=html_escape(_('Welcome to GitLab,%{br_tag}%{name}!'))%{name: html_escape(current_user.first_name),br_tag: '<br/>'.html_safe}
%p.gl-text-center=html_escape(_('To personalize your GitLab experience, we\'d like to know a bit more about you. We won\'t share this information with anyone.'))%{br_tag: '<br/>'.html_safe}
-ifGitlab.com?
%p.gl-text-center=html_escape(_('%{gitlab_experience_text}. We won\'t share this information with anyone.'))%{gitlab_experience_text: gitlab_experience_text}
-else
%p.gl-text-center=html_escape(_('%{gitlab_experience_text}. Don\'t worry, this information isn\'t shared outside of your self-managed GitLab instance.'))%{gitlab_experience_text: gitlab_experience_text}