From 1cfb611e30f812e2639213fbf633d3aab1b41895 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Wed, 3 Aug 2016 11:26:14 +0200 Subject: [PATCH] Added event mail template. --- templates/mail_event.mustache | 89 +++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 templates/mail_event.mustache diff --git a/templates/mail_event.mustache b/templates/mail_event.mustache new file mode 100644 index 0000000..976f236 --- /dev/null +++ b/templates/mail_event.mustache @@ -0,0 +1,89 @@ +From: Fake Reservation System <{{user.email}}> +Subject: [FRS] {{form_type_uc}} Reservation +Date: {{email_date}} +X-Mailer: FRS/1.0 +MIME-Version: 1.0 +Content-Type: text/html; charset=utf-8 + + + +

+

YOUR RESERVATION DETAILS

+

+

+ Reservation number: {{reservationNumber.value}}
+ +
+ + +
+
+ + + +
+ +
+ + +
+
+ Event: {{reservationFor_name.value}}
+ ()
+ +
+ {{reservationFor_performer_name.value}}
+ +
+
+ +
+ Venue: {{reservationFor_location_name.value}}
+
+ {{reservationFor_location_address_streetAddress.value}}
+ {{reservationFor_location_address_addressLocality.value}}
+ {{reservationFor_location_address_addressRegion.value}}
+ {{reservationFor_location_address_postalCode.value}} + {{reservationFor_location_address_addressCountry.value}}
+
+
+ + Starts at: {{reservationFor_startDate.value_human}}
+ + Doors open: {{reservationFor_doorTime.value_human}}
+ + Ends: {{reservationFor_endDate.value_human}}
+ +
+ +
+ + +
+ + + + + +
+ Reserved {{numSeats.value}} seats
+
+ + + + + + + Seat: {{venueSection.value}}, + {{venueRow.value}}, + {{venueSeat.value}}
+
+ Price: {{price.value}} {{priceCurrency.value}}
+
+ {{# url.value }} +
+ {{/ url.value }} +
+

+ +