{% extends "core/base.html" %} {% load static %} {% block title %}Notifications - SwiftPOS{% endblock %} {% block topbar_title %}Notifications{% endblock %} {% block content %}
{% if unread_count %}{{ unread_count }} unread notification{{ unread_count|pluralize }}{% else %}All caught up!{% endif %}
No notifications yet.