{% extends 'ecom/admin_base.html' %} {% load static %} {% block content %}
Total Products
{% for p in products %} {% if p %} {%else%}


No Products!!

{% endif %} {% endfor %}
Name Image Price Description Actions
{{p.name}} Profile Pic {{p.price}} {{p.description}}
{% endblock content %}