{% extends "base.html" %} {% load static %} {% block 'title' %} Detalhes {{comanda.name}} {% endblock %} {% block 'head' %} {% endblock %} {% block 'body' %}
Aberta em: {{comanda.dt_open|date:"D"}} {{comanda.dt_open|date:"d/m/Y - H:i"}}
| Produto | Preço | |
|---|---|---|
| {{item.product.name}} | R$ {{item.product.price}} | {% if comanda.status != 'OPEN'%} {% else %}{% endif %} |
| Total R$ {{total}} | ||