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