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