diff --git a/d2warehouse/app/templates/currency.html b/d2warehouse/app/templates/currency.html new file mode 100644 index 0000000..fe9245e --- /dev/null +++ b/d2warehouse/app/templates/currency.html @@ -0,0 +1,53 @@ + + + + + Shared Stash + + + +
+
+ + {% for code,currency in runes.items() %} + + + + + {% endfor %} +
{{currency.name}}{{currency.count}}
+
+
+ + {% for code,currency in gems.items() %} + + + + + {% endfor %} +
{{currency.name}}{{currency.count}}
+
+
+ + {% for code,currency in keys.items() %} + + + + + {% endfor %} +
{{currency.name}}{{currency.count}}
+
+
+ + {% for code,currency in essences.items() %} + + + + + {% endfor %} +
{{currency.name}}{{currency.count}}
+
+
+ + +