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

Clientes WEB


{# SECCION MENSAJES POST SINCRO #} {% for flash_message in app.session.flashbag.get('success') %}
{% endfor %} {% for flash_message in app.session.flashbag.get('danger') %}
{% endfor %} {# SECCION MENSAJES POST SINCRO #} {# SECCION PANEL INFORMATIVO #}
    Información adicional sobre clientes:
  • {% if totalesClientes[1] > 0 %} Hay {% else %} No hay {% endif %} {% if totalesClientes[0] == totalesClientes[1] %} {{totalesClientes[1]}} clientes en el WebApi de Afix

  • Hay {{totalesClientes[0]}} clientes en PrestaShop {% else %} {{totalesClientes[1]}} clientes en el WebApi de Afix

  • Hay {{totalesClientes[0]}} clientes en PrestaShop {% endif %}

{# FIN SECCION PANEL INFORMATIVO #} {# SECCION BOTONES SINCRO #} {# SECCION BOTONES SINCRO #} {# SECCION TABLA #} {% if ultCli %}
Ultimos clientes sincronizados:
{# La clase divTabla se utiliza para preasignar un height a la tabla, esto permitirá el tamaño adecuado cuando haya scroll #}
{% if is_granted('ROLE_SUPER_ADMIN') %} {% endif %} {% for u in ultCli|sort %} {% if is_granted('ROLE_SUPER_ADMIN') %} {% endif %} {% endfor %}
Id Web Id Afix Correo electrónicoPasswd
{{u.id_cliente_web}} {{u.cliente_af}} {{u.usuario_af}}{{u.passw}}
{% endif %} {# SECCION TABLA #}
{# TERCERA COLUMNA #}
{% block modales %} {# SECCION MODALES #} {# SECCION MODALES #} {% endblock %} {% endblock %}