{% extends "_base.html" %} {% block heading %}{{ doc.title or "Orçamento" }}{% endblock %} {% block header_meta %} {% if doc.number %}
| Descrição | Qtd. | Unitário | Total |
|---|---|---|---|
| {{ item.description }} | {{ item.quantity | qtd }}{% if item.unit %} {{ item.unit }}{% endif %} | {{ item.unit_price_cents | brl }} | {{ item.total_cents | brl }} |
| Subtotal | {{ doc.subtotal_cents | brl }} |
| Desconto | -{{ doc.discount_cents | brl }} |
| Total | {{ doc.total_cents | brl }} |
Total por extenso: {{ doc.total_cents | extenso }}.
{% if doc.payment_terms %}{{ doc.payment_terms }}
{% endif %} {% if doc.notes %}