{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL | Supplier Name | Supplier Address | Contact Number | Type | Created By | Action | |
---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ supplier.supplier_name }} | {{ supplier.supplier_address }} | {{ supplier.email }} | {{ supplier.contact_number }} | {{ supplier.supplier_type }} | {{ supplier.created_by_user }} | |
No Data Found |