diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml
new file mode 100644
index 0000000..2c7a435
--- /dev/null
+++ b/.idea/dataSources.local.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ error }}
+ {% endif %} + +| + {% for size in sizes %} + | + {{ size.description}} + | + {% endfor %} +
|---|---|
| + {{ option.description}} + | + {% for pizza in pizzas %} + {% if pizza.option.description == option.description and pizza.type.description == type.description%} +{{pizza.price}} | + {% endif %} + {% endfor %} +
| {{pasta.description}} | +{{pasta.price}} | +
| {{salad.description}} | +{{salad.price}} | +
| + {% for size in sizes %} + | + {{ size.description}} + | + {% endfor %} +
|---|---|
| + {{ plate.description}} + | + {% for item in items %} + {% if item.type.description == plate.description %} +{{item.price}} | + {% endif %} + {% endfor %} +
{{ error }}
+ {% endif %} + {% if order %} + {% for pizza_assembly in order.pizzas_assemblies.all %} +
+ {{ pizza_assembly.pizza.type.description }}
+Size: {{ pizza_assembly.pizza.size.description }}
+Price: {{ pizza_assembly.pizza.price }}
+ {% for topping in pizza_assembly.toppings.all %} +{{ topping.description}}
+ {% endfor %} +
+ {{ salad.description }}
+Price: {{ salad.price }}
+
+ {{ pasta.description }}
+Price: {{ pasta.price }}
+
+ {{ plate.type.description }}
+Price: {{ plate.size.price }}
+Price: {{ plate.price }}
+{{ error }}
+ {% endif %} + {% if orders %} +| Order Number | +Order Total | +Order Items | +Order Status | +|
|---|---|---|---|---|
| {{ order.id }} | +${{ order.total }} | +
+
|
+ {% if order.is_complete == True %}
+ Delivered | + {% else %} +In Progress | + {% endif %} +