{% if print %}
| GASTOS DE CLIENTES SIN CONVENIO | {% for gasto in caso.gastosClientesSinConvenio %}|
|---|---|
|
{{ gasto.cliente }}
Concepto
Fecha
Monto
{{ gasto.tipomovimiento }}
{{ gasto.fecha | date('d/m/Y') }}
{{ gasto.monto|number_format(2, ',', '.') }}
|