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

Submitted Application

{% for rc in recruit %} {% endfor %}
First name Last name Mobile E-mail Position Manage
{{rc.first_name}} {{rc.last_name}} {{rc.phone}} {{rc.email}} {{rc.position}} Delete
{% endblock content %}