{% extends 'applicant/partials/candidate_facing_base.html'%} {% load static i18n %} {% block title %}{% trans "My Profile" %} - {{ block.super }}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{{ candidate.email }}
{% trans "Your profile is essential for the application process. Keep your resume and contact information up-to-date for timely communication." %}
| {% trans "Job Title" %} | {% trans "Applied On" %} | {% trans "Current Stage" %} | {% trans "Status" %} | {% trans "Action" %} |
|---|---|---|---|---|
| {{ application.job.title }} | {{ application.applied_date|date:"d M Y" }} | {{ application.stage }} | {% if application.is_active %} {% trans "Active" %} {% else %} {% trans "Closed" %} {% endif %} | {% trans "Details" %} |