
  Ciao <%= applicantName %>,

  <%= intro %>

  Riepilogo dell'ordine
  -Data: <%= applicationDate %>
  -Sessione: <%= sessionName %>
    Nome tipo quantità
    <% for(var i=0; i<tickets.length; i++) { %>
      <%= tickets[i].ticketName %> <%= tickets[i].ticketType %> <%= tickets[i].quantity %>
    <% } %>

  Stato: <%= status %>

  Riguardo questo evento
  -Data evento: <%= eventDate %>
  -Indirizzo evento: <%= event.address %>

  Cordiali saluti,
  Il Team di CoderDojo Foundation
