{% extends "base.html" %} {% block contenido %} {% import "macros.html" as macros %} {%- if TESTING -%}
{%- endif -%}| Artículo | Proveedor | Cantidad | Tarifa | Total |
|---|---|---|---|---|
| {{ line.item_code }} | {{ line.supplier_quotation_id }} | {{ line.qty }} | {{ line.rate }} | {{ line.amount }} |
| Proveedor | Documento | Total | Detalle |
|---|---|---|---|
| {{ offer.supplier_name or offer.supplier_id or "-" }} | {{ offer.document_no or offer.id }} | {{ offer.grand_total or "" }} | Ver |