<% include ../common-en_US/header.ejs %>
<!-- MAIN CONTENT GOES HERE -->

  <h1>Hi <%= applicantName %>,</h1>

  <p><%= intro %></p>

  <h3>Order Summary</h3>
  <p> - Date: <%= applicationDate %></p>
  <p> - Session: <%= sessionName %></p>

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

  <p>If you have any questions regarding why your ticket has been cancelled, please contact: <%= dojo.email %> </p>

  <p>Best wishes,</br>
  The CoderDojo Foundation Team</p>

<% include ../common-en_US/footer.ejs %>
