{% extends "base.html" %} {% load static %} {% block title %}Products - POS System{% endblock %} {% block page_pretitle %}
{% if request.GET.search or request.GET.category or request.GET.stock_status %} Try adjusting your filters or search terms. {% else %} Start by adding your first product. {% endif %}