{% extends "base.html" %} {% load static %} {% block title %}{{ job.title }} - Applicants{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{{ job.department|default:"General" }} • {{ job.get_job_type_display }} • {{ job.get_workplace_type_display }}
{% if search_query or stage_filter or min_ai_score or max_ai_score or date_from or date_to %} We couldn't find any applicants matching your current filters. Try adjusting your search criteria or clearing some filters. {% else %} There are currently no applicants for this job. {% endif %}
🔄 Clear Filters