<%= products[act].title %>
<% if (products[act].deliverytime == 'Lieferung durch Hersteller') { %>
<% } else if (products[act].deliverytime == 'Bereits fÞr Sie nachbestellt') { %>
<% } else { %>
<% } %>
<% if (products[act].pricefrom) { %>
ab <%= products[act].pricefrom %> €
<% } else { %>
<%= products[act].price %> €
<% } %>
<% if (products[act].hasVariants == 'true') { %>
Ausführung wählbar
Auswahl
<% } %>