TypeError: /home/ubuntu/app/globalya/master/views/marketing-site/ms-signup.pug:16
   14|           if selected_role && signup_intro_object
   15|             if (locale)
 > 16|               .intro!=signup_intro_object[locale.SELF.code][selected_role].value
   17|             else
   18|               .intro!=signup_intro_object["EN"][selected_role].value
   19|           else

Cannot read property 'value' of undefined
   at eval (eval at wrap (/home/ubuntu/app/globalya/master/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:148:99)
   at template (eval at wrap (/home/ubuntu/app/globalya/master/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:358:98)
   at Object.exports.renderFile (/home/ubuntu/app/globalya/master/node_modules/pug/lib/index.js:427:38)
   at Object.exports.renderFile (/home/ubuntu/app/globalya/master/node_modules/pug/lib/index.js:417:21)
   at View.exports.__express [as engine] (/home/ubuntu/app/globalya/master/node_modules/pug/lib/index.js:464:11)
   at View.render (/home/ubuntu/app/globalya/master/node_modules/express/lib/view.js:135:8)
   at tryRender (/home/ubuntu/app/globalya/master/node_modules/express/lib/application.js:640:10)
   at Function.render (/home/ubuntu/app/globalya/master/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/home/ubuntu/app/globalya/master/node_modules/express/lib/response.js:1008:7)
   at /home/ubuntu/app/globalya/master/marketing-site/signup.js:60:13