{% extends "base.html" %} {% block contenido %} {# Filtro de compañía #}
{% if not groups %}| {{ _("Recepción") }} | {{ _("Factura") }} | {{ _("Tipo matching") }} | {{ _("Monto conciliado") }} | {{ _("Fecha") }} | {{ _("Estado") }} |
|---|---|---|---|---|---|
| {% if rec.purchase_receipt_id %} {{ rec.purchase_receipt_id }} {% else %} — {% endif %} | {% if rec.purchase_invoice_id %} {{ rec.purchase_invoice_id }} {% else %} — {% endif %} | {% if rec.matching_type == "3-way" %} 3-way {% else %} 2-way {% endif %} | {{ rec.matched_amount or "—" }} | {{ rec.matched_date or "—" }} | {{ status_badge(rec.status) }} |