{% 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_orders_web %}
Ultimos pedidos:
{# {% if ultArt|length > 5 %} #}
{# {% endif %} #} {% for order in last_orders_web %} {% endfor %}
Ejercicio Serie Documento
{{order.ejercicio}} {{order.serie}} {{order.documento}}
{# {% if ultArt|length > 5 %} #}
{# {% endif %} #} {% endif %} {# SECCIÓN TABLA #}
{% endblock %}