{% extends 'base.html.twig' %} {% block contenido %} {# CONTENEDOR PRINCIPAL #}
{# PRIMERA COLUMNA #}
{# SEGUNDA COLUMNA #}

Pedidos WEB


{# MENSAJES POST SINCRO #} {% for flash_message in app.session.flashbag.get('success') %}
{% endfor %} {% for flash_message in app.session.flashbag.get('danger') %}
{% endfor %} {# MENSAJES POST SINCRO #} {# SECCION PANEL INFORMATIVO #}
    Pedidos realizados en PrestaShop:
  • Actualmente hay {{ data|length }} pedidos en PrestaShop.

{# FIN SECCION PANEL INFORMATIVO #} {# BOTON #} {# BOTON #} {% if data %}
Ultimos pedidos realizados:
{% for d in data %} {% endfor %}
Id Ejercicio Serie Documento
{{d.id_catalogo}} {{d.ejercicio}} {{d.serie}} {{d.documento}}
{% endif %} {# TERCERA COLUMNA #}
{% block modales %} {% endblock %} {% endblock %}