Notification Preferences
-
Text Messaging
<% if (typeof(textMsgAllowed) !== 'undefined' && textMsgAllowed) { %><%- textMsgPhNumber %> <% } else { %> Not Allowed <% } %>
-
Email Messaging
<% if (typeof(emailAllowed) !== 'undefined' && emailAllowed) { %><%- emailAddress %><% } else { %> Not Allowed <% } %>
-
Notification Frequency
<%- typeof(notificationFrequency) === 'undefined' ? 'Never' : notificationFrequency %>