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

CUSTOMER PRODUCT RECOMMENDATION

{{ Recommended_Products }} {% if d %} {% for i in d %} {% endfor %} {% endif %}
Product Code Product Name
{{i.ItemCode}} {{i.ItemName}}
{% csrf_token %} {{form.as_table}}


{% endblock content %}