{% extends "base.html.twig" %} {% block dashboardHome %}
{# MENSAJES POST SINCRO #} {% for flash_message in app.session.flashbag.get('success') %}
{% endfor %} {# MENSAJES POST SINCRO #}
{# SECCIÓN TABLA #} {% if last_customers %}
Ultimos clientes sincronizados:
{# {% if ultArt|length > 5 %} #}
{# {% endif %} #} {% for customer in last_customers %} {% endfor %}
Id Cliente ERP Id Cliente Web Email
{{customer.idCustomerErp}} {{customer.idCustomerWeb}} {{customer.email}}
{# {% if ultArt|length > 5 %} #}
{# {% endif %} #} {% endif %} {# SECCIÓN TABLA #}
{% block modal_product %} {% endblock %} {% endblock %}