{% extends 'applicant/partials/candidate_facing_base.html'%} {% load static i18n %} {% block title %}{% trans "My Dashboard" %} - {{ block.super }}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{{ candidate.email }}
| {% 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" %} |
{% trans "You can upload and manage your resume, certificates, and professional documents here. These documents will be attached to your applications." %}
{% trans "Upload New Document" %}{% trans "Update your password regularly to keep your account secure." %}
{% trans "Change Password" %}{% trans "Manage subscriptions and job alert settings." %}
{% trans "Manage Alerts" %}