{% extends 'core/base.html' %} {% load static %} {% block title %}{{ product.name }} - SwiftPOS{% endblock %} {% block topbar_title %} Product Detail {% endblock %} {% block content %}
{{ 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 %}