{% extends 'base.html.twig' %} {% set titleName = "Jumia Transactions" %} {% block title %} POWER DATA | {{titleName}} {% endblock %} {% block page %}{{titleName}}{% endblock %} {% block breadcrumb %} {% if titleName != "Home" %} {{titleName}} {% endif %} {% endblock %} {% block content %}
{% for message in app.flashes('success') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %}
Total imported : {{ count }}
{%for plan in plans %} {% endfor %}
Id Action FileName Status Item Existed Item Founded Item Imported Last ID Imported At
{{ plan.id }} {{ plan.action }} {{ plan.fileName }} {{ plan.status == true? 'Imported': 'Not Yet' }} {{ plan.existed }} {{ plan.founded }} {{ plan.qty }} {{ plan.lastId }} {{ plan.createdAt is not null ? plan.createdAt|date }}
{% endblock %} {% block script %} {% endblock %}