<% if (typeof subtitle !== 'undefined') { %>

<%- subtitle %>

<% } %> <% if (typeof information !== 'undefined') { %>

<%- information %>

<% } %> <% if (typeof rightAction !== 'undefined') { %> id="<%- rightAction.id %>" <% } %> data-role="button" rel="external" data-transition="pop" class="ui-btn-right <% if (rightAction.disabled !== undefined) { %> ui-disabled <% } %>" data-theme="c" data-corners="false" data-icon="<%- rightAction.icon %>" ><%- rightAction.text %> <% } %>