{% extends 'core/base.html' %} {% load static %} {% block title %}Variants — {{ product.name }} | SwiftPOS{% endblock %} {% block topbar_title %}Product Variants{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ v.sku }}
{% if v.barcode %} • Barcode: {{ v.barcode }}{% endif %}
Add your first variant (e.g. Size: M, Colour: Red) to track product variations.