{% extends 'base.html.twig' %} {% block contenido %} {# ROW DEL CONTENIDO DE ARTICULO #}
{# PRIMER COLUMNA #}
{# SEGUNDA COLUMNA#}

Articulos 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 #} {# SECCIÓN PANEL INFORMATIVO #}
    Información adicional sobre artículos:
  • {% if totalesArticulos[1] > 0 %}Hay {% else %} No hay {% endif %} {% if totalesArticulos[1] == totalesArticulos[2] %} {{totalesArticulos[1]}} artículos en el WebApi de Afix

  • Hay {{totalesArticulos[2]}} artículos en PrestaShop {% else %} {{totalesArticulos[1]}} artículos en el WebApi de Afix

  • Hay {{totalesArticulos[2]}} artículos en PrestaShop {% endif %}

  • Total: {{totalesArticulos[0][0]}} simples y {{totalesArticulos[0][1]}} combinaciones

{# SECCIÓN PANEL INFORMATIVO #} {# SECCIÓN BOTONES SINCRO #} {# SECCIÓN BOTONES SINCRO #} {# SECCIÓN TABLA #} {% if ultArt %}
Ultimos artículos sincronizados:
{# {% if ultArt|length > 5 %} #}
{# {% endif %} #} {% for ult in ultArt %} {% endfor %}
Id Artículo Web Id Artículo Afix Fecha Actualización
{{ult.id_articulo_web}} {{ult.articulo_af}} {{ult.fecha_actualizacion}}
{# {% if ultArt|length > 5 %} #}
{# {% endif %} #} {% endif %} {# SECCIÓN TABLA #}
{# TERCERA COLUMNA#}
{% block modales %} {% endblock %} {% endblock %}