{% extends 'base.html.twig' %} {% set titleName = "Jumia Ropport Products" %} {% block title %} POWER DATA | {{titleName}} {% endblock %} {% block page %}{{titleName}}{% endblock %} {% block breadcrumb %} {% if titleName != "Home" %} {{titleName}} {% endif %} {% endblock %} {% block content %}
Total : {{ count }} {% if 1< 0 %} {% endif %}
{%for plan in plans %} {% endfor %}
Id Action Status Item Existed Item Founded Item Imported Created At Import
{{ plan.id }} {{ plan.action }} {{ plan.status == true? 'Created': 'Not Yet' }} {{ plan.existed }} {{ plan.founded }} {{ plan.qty }} {{ plan.createdAt is not null ? plan.createdAt|date }} {% if 1 < 0 %} {% if plan.status == true and ( plan.existed == plan.founded or plan.founded == plan.qty or plan.founded == (plan.qty + plan.existed) ) %} {% else %} {% endif %} {% endif %}
{% endblock %} {% block script %} {% endblock %}