{% load static %}
Simple E-commerce
{%if request.user.is_authenticated%} {% include "ecom/customer_navbar.html" %} {%else%} {% include "ecom/navbar.html" %} {%endif%}
Send Us Your Valuable Feedback !
{% csrf_token %}
{{ form.as_p }}
{% include "ecom/footer.html" %}