{% set cp = doc.company %} {% set fecGen = doc.fecGeneracion|date('d/m/Y') %}
{% if 'RA' in doc.name %} COMUNICACIÓN
D E   B A J A S {% else %} RESUMEN DIARIO DE
REVERSIONES {% endif %}
 
R.U.C.: {{ cp.ruc }}
No.: {{ doc.correlativo }}
{{ cp.razonSocial }}
Dirección: {{ cp.address.direccion }}
{{ params.user.header|raw }}
Fecha de Comunicación: {{ doc.fecComunicacion|date('d/m/Y') }} Fecha de Generación: {{ fecGen }}

{% for det in doc.details %} {% endfor %}
Fecha Tipo de Documento Nro. de Documento Motivo
{{ fecGen }} {{ det.tipoDoc|catalog('01') }} {{ det.serie }}-{{ det.correlativo }} {{ det.desMotivoBaja }}

{% if max_items is defined and doc.details|length > max_items %}
{% endif %} {% if params.system.hash is defined and params.system.hash %}
Resumen: {{ params.system.hash }}
{% endif %}