<% if (typeof subtitle !== 'undefined') { %>
<%- subtitle %>
<% } %>
<%- title %>
<% if (typeof innerDescription !== 'undefined') { %>
<%- innerDescription %>
<% } %>
<% if (allowCancel) { %>
<% } %> <% if (okText !== '') { %>
<%- okText %>
<% } %>