
  Hi <%= applicantName %>,

  <%= intro %>

  Order Summary
  - Date: <%= applicationDate %>
  - Session: <%= sessionName %>
    Name     Type     Quantity
    <% for(var i=0; i<tickets.length; i++) { %>
      <%= tickets[i].ticketName %> <%= tickets[i].ticketType %> <%= tickets[i].quantity %>
    <% } %>

  Status: <%= status %>

  About this event
  - Event date: <%= eventDate %>
  - Event address: <%= event.address %>

  If you have any questions about the event in advance please contact the Dojo directly at <%= dojo.email %>

  Best wishes,
  The CoderDojo Foundation Team
