<% if (userType === 'org_admin' || userType === 'client') { %> As a paying customer, you have access to our dedicated support. <% } else if (isViewer) { %> Contact the organization administrator to become a builder. <% } else if (userType === 'org') { %> Contact the organization administrator for support. <% } else if (userType === "internal") { %> You are part of CARTO, you deserve outstanding support. <% } else { %> For all technical questions, contact our community support forum. <% } %>

<% if (isViewer) { %> You will be able to create your own maps! <% } else if (userType === 'org' || userType === 'org_admin' || userType === 'client') { %> Remember that there is a lot of information in our community forums. <% } else if (userType === "internal") { %> Don't forget to share your knowledge in our community forums. <% } else { %> If you experience any problems with the CARTO service, feel free to contact us. <% } %>

<% if (userType === 'org_admin') { %> Contact support <% } else if (userType === 'org') { %> Contact administrator <% } else if (userType === 'client' || userType === 'internal') { %> Contact us <% } else { %> Community support <% } %>