{% load i18n %}
{{ candidate.job_fit_narrative }}
{{ candidate.years_of_experience }} {% trans "years" %}
{% trans "Recent Role:" %} {{ candidate.most_recent_job_title }}
{% trans "Soft Skills:" %} {{ candidate.soft_skills_score }}%
{% trans "Industry Match:" %} {{ candidate.industry_match_score }}%
| {% trans "Criteria" %} | {% trans "Status" %} |
|---|---|
| {{ criterion }} | {% if status == "Met" %} {% trans "Met" %} {% elif status == "Not Met" %} {% trans "Not Met" %} {% else %} {{ status }} {% endif %} |