{% extends "base.html" %} {% block title %}Supplier Twin{% endblock %} {% block page_title %}Supplier Twin{% endblock %} {% block content %}
No supplier records in database yet.
| Name | Contact Person | Category | Lead Time | Rating | Total Spend | Type | Status | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ s.name or '-' }} | {{ s.contact_person or '-' }} | {{ s.email or '-' }} | {{ s.category or 'General' }} | {{ s.lead_time_days or 0 }} days | {% if s.rating %} {% else %}-{% endif %} | {{ s.total_spend | format_currency }} | {% if s.is_primary %} Primary {% else %} Secondary {% endif %} | {{ s.status|title }} |