diff --git a/gestaoRaul/comandas/templates/comandas.html b/gestaoRaul/comandas/templates/comandas.html
index 56b23cb..27abe8a 100644
--- a/gestaoRaul/comandas/templates/comandas.html
+++ b/gestaoRaul/comandas/templates/comandas.html
@@ -15,7 +15,7 @@ Comandas
@@ -63,8 +63,8 @@ Comandas
-
-
+
+
diff --git a/gestaoRaul/comandas/templates/viewcomanda.html b/gestaoRaul/comandas/templates/viewcomanda.html
index ddd2e9d..cf001d4 100644
--- a/gestaoRaul/comandas/templates/viewcomanda.html
+++ b/gestaoRaul/comandas/templates/viewcomanda.html
@@ -22,33 +22,33 @@ Detalhes {{comanda.name}}
-
-
{% if comanda.status == 'PAYING' %}
-
+
{% else %}
{% endif %}
{% if comanda.status != 'OPEN'%}
-
{% endif %}
{% if user|groupUser:"Gerente" %}
-
@@ -98,7 +98,7 @@
{{order.id_comanda.name}} - {{order.id_comanda.mesa.name}}
Atendente: {{order.id_comanda.user.first_name}}
{{order.queue|date:"D"}} {{order.queue|date:"d/m/Y - H:i"}}
-
diff --git a/gestaoRaul/products/templates/products.html b/gestaoRaul/products/templates/products.html
index 6fa6646..396e443 100644
--- a/gestaoRaul/products/templates/products.html
+++ b/gestaoRaul/products/templates/products.html
@@ -16,9 +16,7 @@ Produtos
-
@@ -112,9 +110,9 @@ Produtos
-
-
-
+
+
+
@@ -123,8 +121,6 @@ Produtos
-
-
{% endblock %}
\ No newline at end of file
diff --git a/gestaoRaul/templates/htmx_components/htmx_list_products_in_balcao.html b/gestaoRaul/templates/htmx_components/htmx_list_products_in_balcao.html
index 9aabe11..98cd0a9 100644
--- a/gestaoRaul/templates/htmx_components/htmx_list_products_in_balcao.html
+++ b/gestaoRaul/templates/htmx_components/htmx_list_products_in_balcao.html
@@ -8,7 +8,7 @@
| {{item.product.name}} |
R$ {{item.product.price}} |
- |
diff --git a/gestaoRaul/templates/htmx_components/orders/htmx_list_orders_fila.html b/gestaoRaul/templates/htmx_components/orders/htmx_list_orders_fila.html
index 51bce7a..68e17aa 100644
--- a/gestaoRaul/templates/htmx_components/orders/htmx_list_orders_fila.html
+++ b/gestaoRaul/templates/htmx_components/orders/htmx_list_orders_fila.html
@@ -23,7 +23,7 @@
{{order.id_comanda.name}} - {{order.id_comanda.mesa.name}}
Atendente: {{order.id_comanda.user.first_name}}
{{order.queue|date:"D"}} {{order.queue|date:"d/m/Y - H:i"}}
-
Preparar
@@ -48,7 +48,7 @@
{{order.id_comanda.name}} - {{order.id_comanda.mesa.name}}
Atendente: {{order.id_comanda.user.first_name}}
{{order.queue|date:"D"}} {{order.queue|date:"d/m/Y - H:i"}}
-
Finalizar