{% extends 'base.html' %} {% load static %} {% block title %}Dashboard || POS{% endblock %} {% block content %} {% include 'dashboard/page-header.html' %}

{{ category.count }}

Total Category

More info

{{ inventory.count }}

Total Inventory

More info

{{ user.count }}

User

More info

{{ tag.count }}

Tag

More info
{% endblock %}