{% extends 'core/base.html' %} {% load static %} {% block title %}Smart POS V2 — SwiftPOS{% endblock %} {% block topbar_title %}Smart POS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Offline mode — showing cached products. Orders will sync when connection returns.
Cart 0
{% csrf_token %}
Tap a product to add it
Discount
Total
{{ currency_symbol }}0.00
{% endblock %} {% block extra_js %} {# Variant Picker Modal - Phase 2 #} {% include 'pos/_variant_picker_modal.html' %} {% endblock %}