{% extends 'layouts/panel_layout.html.twig' %} {% block title %} Depositos {% endblock %} {% block stylesheets %} {% endblock %} {% block content %}

DEPOSITOS

{#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {# #}{#

{{ meta.activos }}

#} {#

Cliente del Mes

#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {# #}{#

{{ meta.total - meta.activos }}

#} {#

Total Cuentas Corrientes

#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {# #}{#

{{ meta.total }}

#} {#

Cantidad de Cuentas Corrientes

#} {#
#} {#
#} {#
#} {#
#} {#
#}
{% for message in app.flashes('error') %}

Error: {{ message }}

{% endfor %} {% for message in app.flashes('success') %}

Enhorabuena: {{ message }}

{% endfor %}
{% for deposito in Deposito %} {% endfor %}
id Razon Social Cuit Direccion Acciones
{{ deposito.id }} {{ deposito.nombre }} {{ deposito.cuit }} {{ deposito.domicilio }} {% if is_granted('ROLE_ADMIN', 'ROLE_SUPERADMIN') %} {% endif %}

{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('deposito') }} {% endblock %}