{% include 'remitos/templates/resumen.html.twig'
with { remitos: resumen['remitos'], rango: 'now' | date('d-m-Y') } %}
{# TOTAL FACTUACION DEL FILTRO #}
{{ form_end(filtro) }}
{# RESUMEN DE FACTURACION DEL DIA #}
{% include 'remitos/templates/resumen.html.twig'
with { remitos: resumen['remitos'], rango: 'now' | date('d-m-Y') } %}
{# RESULTADO DE FILTRO (DEFAULT FACTURAS DEL DIA) #}
{% include 'remitos/templates/table_result.html.twig' with { remitos: remitos } %}
{# MODAL PARA SELECCIONAR PROVEEDOR DEL NUEVO REMITO #}
{# DUPLICO MODEL PARA PODER CARGAR FACTURAS DE GASTOS MAS RAPIDO #}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('remitos_index') }}
{# {{ encore_entry_script_tags('remitos_editar_remitos') }}#}
{% endblock %}