{%extends 'base.html'%} {% load static %} {% block content%}

Result Page

Job Title:

{{job_title}}

Job Description:

{{jd}}

Shortlisted Candidates

{% for candidate in shortlisted %} {% endfor %}
Name Branch CPI Overall Score Questions
{{ candidate.candidate_name }} {{ candidate.department }} {{ candidate.cpi }} {{ candidate.overall_score }}
{% endblock %}