Last active
January 2, 2016 12:49
-
-
Save masnun/8305768 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends 'emails/html/base.html' %} | |
{% block body %} | |
<h2 class="null" style="color: rgb(51, 51, 51); font-family: Arial, Verdana, sans-serif; line-height: 20.796875px;"><span style="font-size:14px;"><span style="line-height: 1.6em; color: rgb(32, 32, 32); font-family: Arial;">Hi <First Name>,</span></span></h2> | |
<p style="color: rgb(51, 51, 51); font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 20.796875px;"><br /> | |
<span style="font-size:14px;">Thanks for booking at <a href="http://www.aircourts.com" target="_self">aircourts.com</a>! </span><br /> | |
</p> | |
<p style="color: rgb(51, 51, 51); font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 20.796875px;"><span style="font-size:14px;"><strong>Booking confirmation</strong> <br /> | |
<br /> | |
Your name: <first name> <last name> <br /> | |
Your email: <username> </span><br /> | |
</p> | |
<p style="color: rgb(51, 51, 51); font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 20.796875px;"><span style="font-size:14px;"><span style="color: rgb(51, 51, 51); font-family: Arial, Verdana, sans-serif; line-height: 20.796875px;">Booking ID: <booking/id></span><br /> | |
Booking Status: <booking/status> <br /> | |
Day: <booking/day><br /> | |
Start Time: <booking/start time> <br /> | |
End Time: <booking/end time> <br /> | |
Club: <club/name> <br /> | |
Club Address: <club/address> <br /> | |
Court: <court/name> <br /> | |
Players: <booking/nºplayers> </span><br /> | |
</p> | |
<p style="color: rgb(51, 51, 51); font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 20.796875px;"><span style="font-size:14px;">Total Price: <booking/total price><br /> | |
<strong>Price paid at aircourts.com <booking/paid online></strong><br /> | |
Price to pay at the club (<booking/total price> - <booking paid online>) = <booking/left to pay> </span></p> | |
<p style="color: rgb(51, 51, 51); font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 20.796875px;"> </p> | |
<hr /> | |
<p style="color: rgb(51, 51, 51); font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 20.796875px;"><br /> | |
<span style="font-size:14px;">For driving directions click this link <a href="http://google directions" target="_self"><google map driving directions to lat long of court></a><br /> | |
<br /> | |
You can cancel your booking at Aircourts.com in your User Area. Keep in mind that the booking deposit is non-refundable. For further reading please refer to our Terms & Conditions. <br /> | |
<br /> | |
<br /> | |
Feel free to contact us with any questions at <a href="http://our FAQs page" target="_self">support</a><a href="http://[email protected]" target="_self">@aircourts.com</a><br /> | |
<br /> | |
<strong>Your AIRCOURTS Team</strong></span></p> | |
{% endblock body %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment