{% extends 'portal_base.html' %} {% load static i18n %} {% block title %}{% trans "Candidate Dashboard" %} - ATS{% endblock %} {% block content %}
{% trans "Manage your applications and profile" %}
{% trans "Applied Position" %}
{% trans "Current Stage" %}
{% trans "Application Date" %}
{{ candidate.first_name }} {{ candidate.last_name }}
{{ candidate.email }}
{{ candidate.phone|default:"Not provided" }}
{% if candidate.resume %} {% trans "Download Resume" %} {% else %} {% trans "No resume uploaded" %} {% endif %}