Add a display of the latest orders
[app-web-oof.git] / tmpl / display.html
diff --git a/tmpl/display.html b/tmpl/display.html
new file mode 100644 (file)
index 0000000..12323a2
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="stylesheet" href="/static/style.css">
+<title>Recent orders | ledparts4you</title>
+
+<h1 id="title">ledparts4you</h1>
+<div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
+
+<div class="order">
+From <span class="name"></span>
+<table>
+<thead><tr><th>Item<th>Quantity<th>Price</thead>
+<tbody><tr><td class="item"><a href="#" class="title"></a><br><span class="subtitle"></span><td class="quantity"><td><span class="price"></span><span class="freepost"><br>FREE P&amp;P</span></tbody>
+</table>
+<p>Stripe token: <span class="stripe_token">[None]</span></p>
+<hr>
+</div>
This page took 0.010156 seconds and 4 git commands to generate.