{% extends "base.html" %} {% block content %}

Categories

All Products {% for category in categories %} {{ category }} {% endfor %}
{% for product in products %}
{{ product.name }}
{{ product.name }}

{{ product.description[:100] }}...

₹{{ "%.2f"|format(product.price) }}

Stock: {{ product.stock }}

{% endfor %}
{% endblock %}
Share on Google Plus

About ATG NEWS

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

0 comments:

Post a Comment