<% if (title) { %>
<% if (title.charAt(0) == '#') { %>

#<%= title.replace('#', '') %>

<% } else { %>

<%= title %>

<% } %> <% if (subtitle) { %>

<%= subtitle %>

<% } %>
<% } %> <% if (title && title.charAt(0) == '#') { %>
Schritt
#/#
<% } %>
<% if (buttons > 0) { %> <% if (buttons === 1 || buttons === 3) { %>
Zurück
<% } %> <% if (!finish && (buttons === 2 || buttons === 3)) { %>
Weiter
<% } %> <% } %> <% if (finish) { %>
Absenden
<% } %>