{% load static %}; Medicine List {% include 'Supplier/supplier_header.html' %} {% include 'Supplier/supplier_sidebar.html' %}
{% block body %}
Medicine List
{% for data in datas %} {% endfor %}
Sr.No Medicine Name Medicine Category Medicine Price Medicine Photo Description Action
{{ forloop.counter }} {{ data.prod_name }} {{ data.category_id }} Rs.{{ data.prod_price }}/- {{ data.prod_description}} Edit | Delete
{% endblock %}