{% extends 'Admin/Sidebar2.html' %} {% block content %} {% load widget_tweaks %} {%load static%}
{% if messages %} {% endif %}

BASKET ANALYSIS

Frequent Item Sets

{% if d %} {% for i in d %} {% endfor %} {% endif %}
Based Product Depend Products
{{i.antecedents}} {{i.consequents}}


Top 10 Selling Products

{% if d2 %} {% for i in d2 %} {% endfor %} {% endif %}
Top Products
{{i.index}}
{% endblock content %}