{% extends '../teacher_base.html' %} {% load static %} {% block content %}

Student Application List:

Here are the list of applicants, who applied for the job, and their data:

{% for app in job_applicantion %} {% endfor %}
Name Mark Status
{{ app.applicant.name | safe }}
{% csrf_token %}
{% csrf_token %}
{% endblock content %}