{% extends 'base.html' %} {% load static i18n %} {% block title %}- {{ job.title }} - ATS{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{% trans "These candidates have successfully completed the hiring process and joined your team." %}
| {% trans "Name" %} | {% trans "Contact" %} | {% trans "Applied Position" %} | {% trans "Hired Date" %} | {% trans "Match Score" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|
|
{{ candidate.name }}
{% trans "Hired" %}
|
{{ candidate.email }}
{{ candidate.phone }} |
{{ job.title }}
{{ job.department }} |
{% if candidate.offer_date %}
{{ candidate.offer_date|date:"M d, Y" }}
{% else %}
--
{% endif %}
|
{% if candidate.ai_score %} {{ candidate.ai_score }}% {% else %} -- {% endif %} |