{% extends "base.html" %} {% load static i18n %} {% block title %}{{ job.title }} - Applicants{% endblock %} {% block content %}
{% trans "Phone" %}: {{ candidate.phone|default:"N/A" }}
{% trans "Stage" %}: {{ candidate.stage }}
{% trans "Applied Date" %}: {{ candidate.created_at|date:"M d, Y" }}
There are no candidates who have applied for this position yet.
Add First Applicant