{% extends "layouts/auth.html" %} {% import 'components/macros.html' as ui %} {% block title %}Login - {{ login_brand_name }}{% endblock %} {% block head_extra %} {% endblock %} {% block auth_content %} {{ ui.page_header(login_brand_name, 'Choose the sign-in area that matches your role and step into a brighter, more polished workspace.') }}
Admin Sign In
{{ ui.alert('New admin? Register your shop account here.', 'info') }}Developer-only entry for server administration.
{% endcall %} {% call ui.card('Cashier Portal', 'Use this panel for daily checkout, scanning, customer service, and fast POS sales work.', 'login-card') %}Cashier Sign In
{{ ui.alert('Shop owners: Add cashiers to your shop from the admin dashboard.', 'info') }} {% endcall %}