{% extends 'hrms/layout.html' %} {% load static %} {% block title %} Edit Next of Kin| ITSC-HRMS {% endblock title %} {% block content %}

  Edit Next of Kin


{% csrf_token %} ** All Fields are required
{{form.as_p}} {% comment %} {{form.first_name.label }} {{form.first_name}} {{form.last_name.label }} {{form.last_name}} {{form.address.label }} {{form.address}} {{form.occupation.label }} {{form.occupation}} {{form.mobile.label }} {{form.mobile}} {% endcomment %}
{% endblock content %}