{% extends 'core/base.html' %} {% load currency_filters %} {% load static %} {% block title %}{{ product.name }} - SwiftPOS{% endblock %} {% block topbar_title %} Product Detail {% endblock %} {% block content %}
| Branch | Quantity |
|---|---|
| {{ bs.branch.name|default:"Main Branch" }} | {{ bs.quantity }} |
| No branch allocations set yet. | |
{{ product.description }}
{% endif %}The image includes the barcode and product name for easy recognition.
{% else %}This product does not have a barcode yet. Set a barcode on the edit page to generate an image.
{% endif %}