{% extends 'layouts/panel_layout.html.twig' %} {% block title %} Resumen caja {% endblock %} {% block content %}

Resumen de caja

{{ form_start(filtro, { attr: { action: path('resumenCaja_table_filter'), autocomplete: "off" } }) }}
{{ form_row(filtro.filtroFechaResumenCaja) }}
{{ form_end(filtro) }}
{% include 'resumen_caja/templates/table_resumen.html.twig' with { facturas: facturas } %}
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('resumenCaja_index') }} {% endblock %}