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