diff --git a/gestaoRaul/comandas/templates/comandas.html b/gestaoRaul/comandas/templates/comandas.html
index 201c60b..b59c71a 100644
--- a/gestaoRaul/comandas/templates/comandas.html
+++ b/gestaoRaul/comandas/templates/comandas.html
@@ -17,21 +17,23 @@ Comandas
{% for comanda in comandas %}
-
-
-
- {{comanda.name}} | {{comanda.mesa}}
- Aberta ás: {{comanda.dt_open|date:"H:i"}}
-
-
-
-
+
{% endfor %}
diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3
index 3c667da..d9faaf3 100644
Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ
diff --git a/gestaoRaul/templates/base.html b/gestaoRaul/templates/base.html
index d0e12e4..4eff707 100644
--- a/gestaoRaul/templates/base.html
+++ b/gestaoRaul/templates/base.html
@@ -16,23 +16,50 @@
{% block 'title' %}{% endblock %}
-
-
-
- -->
+
@@ -40,5 +67,6 @@
{% block 'body' %}
{% endblock %}
+