{% 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 | ||
|---|---|---|---|
|
|
R$ {{item.product.price}} | {% if comanda.status != 'OPEN'%} {% else %}
|
{% endif %}
|
| Taxa de serviço 10% | R$ {{valores.taxa}} | Pagamentos parciais | {% endif %} {% for parcial in parcials %}|
| {{parcial.description}} ás {{parcial.datetime|date:"H:i"}} | R$ -{{parcial.value}} | ||
| Total R$ {{valores.totalComTaxa}} | {% else %}Total R$ {{valores.totalSemTaxa}} | {% endif %}||