๐ Kunj MIS
{% if request.path == '/admin/dashboard' %}
/๐ Dashboard
{% elif '/admin/admin-department/users' in request.path %}
/๐ก๏ธ Admin Department
/๐ค Users
{% elif '/admin/admin-department/permissions' in request.path %}
/๐ก๏ธ Admin Department
/๐ Permissions
{% elif request.path == '/admin/admin-department/letter-box' %}
/๐ก๏ธ Admin Department
/โ๏ธ Letter Box
{% elif request.path == '/admin/program-department/program-dashboard' %}
/๐ Program Department
/๐ Dashboard
{% elif request.path == '/admin/program-department/add-program' %}
/๐ Program Department
/๐ Collect Data
{% elif '/admin/program-department/programs' in request.path %}
/๐ Program Department
/๐ View Data Collection
{% elif '/admin/program-department/all-projects' in request.path %}
/๐ Program Department
/๐ All Projects (360ยฐ View)
{% elif '/admin/program-department/project-detail' in request.path %}
/๐ Program Department
/๐ Project 360ยฐ View
{% elif request.path == '/admin/program-department/deliverables' %}
/๐ Program Department
/๐ฏ Deliverables
{% elif request.path == '/admin/hr-department/hr-dashboard' %}
/๐ฅ HR Department
/๐ Dashboard
{% elif request.path == '/admin/hr-department/team-registration' %}
/๐ฅ HR Department
/๐ Team Registration
{% elif '/admin/hr-department/team' in request.path %}
/๐ฅ HR Department
/๐ท Team
{% elif request.path == '/admin/hr-department/vendor-registration' %}
/๐ฅ HR Department
/๐ Vendor Registration
{% elif '/admin/hr-department/vendors' in request.path %}
/๐ฅ HR Department
/๐งพ Vendors
{% elif request.path == '/admin/finance-department/finance-dashboard' %}
/๐ฐ Finance Department
/๐ Dashboard
{% elif request.path == '/admin/finance-department/add-income' %}
/๐ฐ Finance Department
/โ Add Income
{% elif '/admin/finance-department/edit-income' in request.path %}
/๐ฐ Finance Department
/โ๏ธ Edit Income
{% elif '/admin/finance-department/incomes' in request.path %}
/๐ฐ Finance Department
/๐ต Income
{% elif '/admin/finance-department/donor-register' in request.path %}
/๐ฐ Finance Department
/๐ Donor Register
{% elif request.path == '/admin/finance-department/add-expenditure' %}
/๐ฐ Finance Department
/โ Add Expenditure
{% elif '/admin/finance-department/edit-expenditure' in request.path %}
/๐ฐ Finance Department
/โ๏ธ Edit Expenditure
{% elif '/admin/finance-department/expenditures' in request.path %}
/๐ฐ Finance Department
/๐ Expenditure
{% elif request.path == '/admin/finance-department/day-book' %}
/๐ฐ Finance Department
/๐ Day Book
{% elif request.path == '/admin/finance-department/cash-bank-book' %}
/๐ฐ Finance Department
/๐ฆ Cash / Bank Book
{% elif request.path == '/admin/finance-department/ledger' %}
/๐ฐ Finance Department
/๐ Party Ledger
{% elif request.path == '/admin/finance-department/receipt-payment-account' %}
/๐ฐ Finance Department
/๐งฎ Receipt & Payment A/c
{% elif request.path == '/admin/inventory/inventory-dashboard' %}
/๐ฆ Inventory
/๐ Dashboard
{% elif '/admin/inventory/' in request.path %}
/๐ฆ Inventory
{% elif '/admin/finance-department/' in request.path %}
/๐ฐ Finance Department
{% elif '/admin/program-department/' in request.path %}
/๐ Program Department
{% elif '/admin/hr-department/' in request.path %}
/๐ฅ HR Department
{% elif '/admin/admin-department/' in request.path %}
/๐ก๏ธ Admin Department
{% elif '/admin/country/' in request.path %}
/๐ Country
{% endif %}