{% extends "base.html" %} {% block contenido %} {% import "macros.html" as macros %} {%- if TESTING -%}
{%- endif -%}| Código | Nombre | Nombre Comercial | RUC / ID Fiscal |
|---|---|---|---|
| {{ item.code }} | {{ item.name }} | {{ item.comercial_name or "-" }} | {{ item.tax_id or "-" }} |