{% 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_products %}
Ultimos artículos sincronizados:
{# {% if ultArt|length > 5 %} #}
{# {% endif %} #} {% for product in last_products %} {% endfor %}
Id Artículo Web Referencia Producto ERP
{{product.idWeb}} {{product.reference}}
{# {% if ultArt|length > 5 %} #}
{# {% endif %} #} {% endif %} {# SECCIÓN TABLA #}
{% block modal_product %} {% endblock %} {% endblock %}