{% extends 'layouts/base.html' %} {% load static %} {% block css %} .bg-gradient-dark { --bs-btn-color: #000; --bs-btn-bg: #f37022; --bs-btn-border-color: #f37022; } {% endblock css %} {% block title %} IOCL | Head Count System {% endblock title %} {% block body %} class="index-page bg-gray-200" {% endblock body %} {% block content %}

Add Employee

Submit

Employee List

Id EmpID Company Name Name Deparment Designation Action
1

1001

Indian oil Corportion

00001001

Vishal Kumar

Edit
2

1001

Indian oil Corportion

00001001

Vishal Kumar

Edit
3

1001

Indian oil Corportion

00001001

Vishal Kumar

Edit
4

1001

Indian oil Corportion

00001001

Vishal Kumar

Edit
5

1001

Indian oil Corportion

00001001

Vishal Kumar

Edit
6

1001

Indian oil Corportion

00001001

Vishal Kumar

Edit
{% endblock content %} {% block javascripts %} {% endblock javascripts %}