{% extends "base.html" %} {% block contenido %} {% import "macros.html" as macros %} {%- if TESTING -%}
{%- endif -%}| NĂºmero | Cliente | Estado | Fecha | Total |
|---|---|---|---|---|
| {{ item.document_no or item.id }} | {{ item.customer_name or "" }} | {{ macros.document_status_for("sales_request", item) }} | {{ item.posting_date or "" }} | {{ item.grand_total or "" }} |