<% if(!_.isEmpty(leadModel.get('lead_mobile'))) { %>

<% smsPlaceholder = 'The character limit for a single SMS message is 160 characters, however most modern phones and networks support concatenation and segment and rebuild messages up to 1600 characters.' %>
<%= _.isUndefined(i18n['Character limit']) ? 'Character limit':i18n['Character limit'] %>: 1600
<%= _.isUndefined(i18n['AND']) ? 'AND':i18n['AND'] %>
<% } else { %>

<%= _.isUndefined(i18n['Add a mobile number to this lead to use this functionality']) ? 'Add a mobile number to this lead to use this functionality':i18n['Add a mobile number to this lead to use this functionality'] %>.

<% } %>