<% if (currentStep === 'choose') { %> <%- nextLabel %> <% } else if (currentStep === 'configure') { %> <%- nextLabel %> <%- previousLabel %> <% } else if (currentStep === 'confirm') { %> <%- previousLabel %> <% } %> <% if (currentStep === 'choose') { %>
<%- title %>
<%= labelCount %>
<% } else { %>
<%- title %>
<%= labelCount %>
<% if (description) { %>
<%- description %>
<% } %>
<% if (currentStep === 'confirm') { %>
<%- confirm %>
<% } %> <% if (currentStep === 'confirm') { %>
<%- confirmLabel %>
<% } %>
<% } %>
Select action
<% if (currentStep === 'choose') { %>
<% } else { %>
<%- label %>
<%- confirmLabel %>
<% } %>