REGISTRO DE FONDOS
{% if fondo is not null %} {% else %} {% endif %}
FONDO F. DISPONIBLE F. USADO
$ {{ fondo.monFon | number_format(2,".", ",") }} $ {{ fondo.monDis | number_format(2,".", ",") }} $ {{ fondo.monUsa | number_format(2,".", ",") }}
SIN FONDO VIGENTE
{% if fondo is not null %}


SU SALIDA NO PUEDE EXCEDER HA: $ {{ fondo.monDis }}



{% else %} {% endif %}
DETALLES DE SALIDA
{% set suma = 0 %} {% for ds in detallesFondo %} {% if ds.archivo == "NULL" %} {% else %} {% endif %} {% set suma = suma + ds.monSal %} {% else %} {% endfor %}
# FECHA CONCEPTO MONTO COMPROBANTE RECIBO
{{ loop.index }} {{ ds.fecMov | date('Y-m-d') }} {{ ds.conSal }} $ {{ ds.monSal | number_format(2,".", ",") }}
TOTAL $ {{ suma | number_format(2, ".", ",") }} {% if fondo is not null %} Reporte {% else %} {% endif %}

HISTORIAL DE FONDOS
{% set suma = 0 %} {% set ideSfondo = 0 %} {% for h in historial %} {% if ideSfondo == h.cveFondo.ideFondo %} {% else %} {% set ideSfondo = h.cveFondo.ideFondo %} {% endif %} {% set suma = suma +h.monSal %} {% if h.archivo == "NULL" %} {% else %} {% endif %} {% endfor %}
# FECHA CONCEPTO MONTO COMPROBANTE ***
{{ ideSfondo }} : $ {{ h.cveFondo.monFon | number_format(2, ".", ",") }} Reporte
{{ loop.index }} {{ h.fecMov | date('Y-m-d') }} {{ h.conSal }} $ {{ h.monSal | number_format (2, ".", ".") }}

With supporting text below as a natural lead-in to additional content.