{% extends 'base.html.twig' %} {% set titleName = "Jumia Price Manager" %} {% block title %} POWER DATA | {{ titleName }} {% endblock %} {% block page %}{{ titleName }}{% endblock %} {% block breadcrumb %} {% if titleName != "Home" %} {{ titleName }} {% endif %} {% endblock %} {% block content %}
{% if products|length > 0 %}
BlackList Qty = 0 Emplacement
Name J Price J Sale Price D Price SKU
{% for id,product in products %}
{% endfor %}
{% else %}

No products is available at the moment

{% endif %}
{% if products|length > 0 %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}