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