{% extends "base.html" %} {% block title %}Notifications - AsapLoads POS{% endblock %} {% block content %}
System notifications include alerts for low stock, license expiry, and other important system events.
{% if notifications %}{{ notification.message }}
No notifications at this time.