<%- title %>

<% for(var i=0; i <% if(text[i]==='linebreak') { %>
 
<% } else { %>
<%- text[i] %>
<% } %> <% } %>
<% if (typeof cancelButtonText !== 'undefined' && cancelButtonText) { %> <%- cancelButtonText %> <% } %>
<% if (typeof secondaryOkButtonText !== 'undefined' && secondaryOkButtonText) { %> <%- secondaryOkButtonText %> <% } %>
<%- okButtonText %>