{% extends 'base.html' %} {% block title %}Logistics — Shiba Meals{% endblock %} {% block page_title %}Logistics{% endblock %} {% block content %}
| Product | Category | Price | Margin | Margin % | Available | Qty to Dispatch |
|---|---|---|---|---|---|---|
| {{ p.name }} | {{ p.category }} | KES {{ "{:,.0f}".format(p.price) }} | KES {{ "{:,.0f}".format(m.get('margin', 0)) }} | {% set mp = m.get('margin_pct', 0) %} {{ mp }}% | {{ available.get(p.id, 0) }} |