{% extends 'base.html.twig' %} {% set titleName = "Jumia Comparator Price" %} {% block title %} POWER DATA | {{ titleName }} {% endblock %} {% block page %}{{ titleName }}{% endblock %} {% block breadcrumb %} {% if titleName != "Home" %} {{ titleName }} {% endif %} {% endblock %} {% block css %} {% endblock %} {% block content %}

DataTable with default features

{% for message in app.flashes('notice') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %} {# #} {% for id,product in finalList %} {# #} {% endfor %} {# #}
Link Name Price Sale Price Rapport Price Sku BarcodeAction
View {{ product['name'] }} {{ product['price'] }} {{ product['salePrice'] }} {{ product['rapportPrice'] }} {{ product['sku'] }} {{ product['barcode'] }} View
Link Name J Price J Sale Price Rapport Price Sku BarcodeAction
{% endblock %} {% block script %} {% endblock %}