{% 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: Name Mark Status {% for app in job_applicantion %} {{ app.applicant.name | safe }} {% csrf_token %} ACCEPT {% csrf_token %} REJECT read more {{ app.applicant.name | safe }} Email: {{ app.applicant.email | safe }} Phone Number: {{ app.applicant.phone | safe }} Skills: {{ app.applicant.skills | safe }} Student Bio: {{ app.applicant.bio | safe }} Resume: download here GitHub Link: https://github.com/abd LinkedIn Link: https://github.com/abd {% endfor %} {% endblock content %}
Here are the list of applicants, who applied for the job, and their data:
Email: {{ app.applicant.email | safe }}
Phone Number: {{ app.applicant.phone | safe }}
Skills:
{{ app.applicant.skills | safe }}
Student Bio:
{{ app.applicant.bio | safe }}
Resume:
GitHub Link:
LinkedIn Link: