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

Permissions

{% csrf_token %}
Admin Department
Section View Add Edit Delete
User Type
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
{% for message in messages %} {% endfor %} {% endblock %}