Created
February 20, 2012 20:29
-
-
Save SuAlvarez/1871219 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
| {% block body_content %} | |
| <div id="order_notification" class="left rg_font"> | |
| <div class="title">Here is what your user ordered:</div> | |
| <div class="table_headers"> | |
| <div class="header username_col">User Name: Sunil Alvarez</div> | |
| <div class="header userphone_col">User Phone: 954-663-4554</div> | |
| <div class="header useraddress_col">User Address: 1319 nw 113th terrace, coral springs, fl, 33071</div> | |
| <div class="header userinstruct_col">Delivery Instructions: Please call cell phone instead of knocking.</div> | |
| </div> | |
| <div class="header orderdatetime_col">Time and Date of Order: 2/18/2012 at 5pm | |
| <div class="header ordertype_col">Order Type: Delivery</div> | |
| </div> | |
| <div class="header quantity_col">Item Quantity: 1 | |
| <div class="header desc_col">Item: Egg Roll</div> | |
| <div class="header amount_col">Amount: $1.95</div> | |
| </div> | |
| <div class="header item2_col">Item Quantity: 1 | |
| <div class="header desc2_col">Item: Pork Fried Rice</div> | |
| <div class="header amount_col">Amount: $11.95</div> | |
| </div> | |
| <div class="header totalamt_col">Total Order Amount: $13.90</div> | |
| <div class="header restaurant_col">Restaurant: Red Ginger | |
| <div class="header restaurantloc_col">Restaurant Location: West Sample Rd.</div> | |
| <div class="header restaurantphone_col">Restaurant Phone Number: 954-554-5455</div> | |
| <div class="header restdelmethod_col">Restaurant Order Deliver Method: Text Message</div> | |
| </div> | |
| </div> | |
| | |
| {% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment