Skip to content

Instantly share code, notes, and snippets.

@abunsen
Forked from SuAlvarez/gist:1861190
Created February 18, 2012 22:29
Show Gist options
  • Save abunsen/1861198 to your computer and use it in GitHub Desktop.
Save abunsen/1861198 to your computer and use it in GitHub Desktop.
{% 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