{% extends 'base.html' %} {% block body %}
{% include 'navbar.html' %}
{% include 'header.html' %}

Permissions

{% csrf_token %}
Admin Department
Section View Add Edit Delete
Designation
User Department
Program
Project
Letter Box
Program Department
Section View Add Edit Delete Import Export
Program
Deliverables
HR Department
Section View Add Edit Delete Import Export
Team Registration
Vendor Registration
Attendance
Finance Department
Section View Add Edit Delete Export
Income
Expenditure
Inventory
Section View Add Edit Delete Export
Assets
Stock
{% for message in messages %} {% endfor %} {% endblock %}