{% extends "base.html" %} {% block contenido %} {% import "macros.html" as macros %} {%- if TESTING -%}
{%- endif -%}| Item | Cantidad | UOM | Precio | Total |
|---|---|---|---|---|
| {{ item.item_name or item.item_code }} | {{ item.qty }} | {{ item.uom or "" }} | {{ item.rate or "" }} | {{ item.amount or "" }} |