-
-
Save abunsen/1861198 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 top_content %} | |
<br/> | |
<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 quantity_col">Quantity</div> | |
<div class="header desc_col">Item Description</div> | |
<div class="header amount_col">Amount</div> | |
<div class="header useraddress_col">User Delivery Address</div> | |
<div class="header orderdatetime_col">Time and Date of Order</div> | |
<div class="header restaurant_col">Restaurant</div> | |
<div class="header restaurantloc_col">Restaurant Location</div> | |
<div class="header restaurantphone_col">Restaurant Phone Number</div> | |
<div class="clear"></div> | |
</div> | |
<br/> | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment