{% extends 'core/base.html' %} {% load currency_filters %} {% load static %} {% block title %}Products - SwiftPOS{% endblock %} {% block topbar_title %}Inventory - Products{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% with products=page_obj %}
{{ page_obj.paginator.count }} product{{ page_obj.paginator.count|pluralize }} total{% if show_hidden == 'true' %} · showing hidden{% endif %}