{% extends "base.html" %} {% load static %} {% load custom_filter_tag %} {% 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}}
{% if item.product.cuisine == True %}
|
R$ {{item.product.price}} | {% if comanda.status != 'OPEN'%} {% else %}
|
{% endif %}
Pagamentos parciais | {% endif %} {% for parcial in parcials %}
| {{parcial.description}} ás {{parcial.datetime|date:"H:i"}} | R$ -{{parcial.value}} | |
| Total R$ {{total}} - Taxa de serviso {{taxa}} | ||