diff --git a/dj/scon/templates/scon/crafting/overview_tables.html b/dj/scon/templates/scon/crafting/overview_tables.html
new file mode 100644
index 0000000..584eed4
--- /dev/null
+++ b/dj/scon/templates/scon/crafting/overview_tables.html
@@ -0,0 +1,67 @@
+{% extends "scon/base.html" %}
+
+{% block context %}
+
+
Source | ++ | Crafts into | +Also used in | +
---|---|---|---|
+
+ {% if item.icon %}
+ ![]() Sell: {{item.sell_price}} cr{% endif %} + |
+
+ {% with item.primary_recipee as recipee %}
+
+ {% if recipee.amount > 1 %}{{ recipee.amount }}{% endif %}
+ |
+
+
+
+
+
+ {% if recipee.output.icon %}
+ ![]() Sell: {{recipee.output.sell_price}} cr{% endif %} +
+
+
|
+
+
|
+ {% endwith %}
+