{% 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 plan in plans %}
Id
Action
FileName
Status
Item Existed
Item Founded
Item Imported
Last ID
Imported At
{% endfor %}
{{ 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 }}