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

PREDICT CUSTOMER RETENTION

BASED ON THE FACTORS AFFECTING FOR CUSTOMER SATISFACTION

{% csrf_token %} {{form}}


{% if d %} {% for i in d %} {% endfor %} {% endif %}
Customer ID Customer Name Next Purchase In Purchased Frequency Impact on Profitability
{{i.CustomerID}} {{i.CustomerName}} {{i.NextPurchaseDay}} {{i.Frequency}} {{i.persontageImpact}} %
{% endblock content %}