{% extends "base.html" %} {% block title %}Applicants for {{ job.title }}{% endblock %} {% block content %}

Applicants for: {{ job.title }}

{% if shortlist_exists %}View Shortlist{% else %}Create Shortlist{% endif %} Generate Excel List Generate PDF Report
Filter Applicants
Name Email Phone Profile % Match Score Cover Letter Applied On Actions
Back to Dashboard {% endblock %} {% block scripts %} {% endblock %}