{% load i18n %}
{% get_current_language as LANGUAGE_CODE %} {% if LANGUAGE_CODE == 'ar' %}{{ data_source.current_title|default:"المسمى الوظيفي" }}
{{ analysis_source.red_flags|join:". "|default:"لا يوجد." }}
{{ analysis_source.strengths }}
{{ analysis_source.weaknesses }}
{{ analysis_source.recommendation }}
{% trans "Skills information not available." %}
{% endif %}{% trans "Language information not available." %}
{% endif %}{{ data_source.summary|default:"الملخص المهني غير متوفر." }}
{{ experience.company }}
{% if experience.end_date and experience.end_date != "Present" %}{{ experience.end_date }}{% else %}{% trans "Present" %}{% endif %} - {% if experience.start_date %}{{ experience.start_date }}{% endif %} {% if experience.location %}{{ experience.location }}{% endif %}
{% if experience.key_achievements %}{{ education.institution }}
{% if education.year %}{{ education.year }}
{% endif %} {% if education.gpa %}{% trans "GPA" %}: {{ education.gpa }}
{% endif %} {% if education.relevant_courses %}{% trans "Courses" %}: {{ education.relevant_courses|join:", " }}
{% endif %}{{ project.brief_description }}
{% if project.technologies_used %}{% trans "No projects detailed in the resume." %}
{% endif %}{{ data_source.current_title|default:"Professional Title" }}
{{ data_source.summary|default:"Professional summary not available." }}
{{ experience.company }}
{% if experience.start_date %}{{ experience.start_date }}{% endif %} - {% if experience.end_date and experience.end_date != "Present" %}{{ experience.end_date }}{% else %}{% trans "Present" %}{% endif %} {% if experience.location %}{{ experience.location }}{% endif %}
{% if experience.key_achievements %}{{ education.institution }}
{% if education.year %}{{ education.year }}
{% endif %} {% if education.gpa %}{% trans "GPA" %}: {{ education.gpa }}
{% endif %} {% if education.relevant_courses %}{% trans "Courses" %}: {{ education.relevant_courses|join:", " }}
{% endif %}{{ project.brief_description }}
{% if project.technologies_used %}{% trans "No projects detailed in the resume." %}
{% endif %}{{ analysis_source.red_flags|join:". "|default:"None." }}
{{ analysis_source.strengths }}
{{ analysis_source.weaknesses }}
{{ analysis_source.recommendation }}
{% trans "Skills information not available." %}
{% endif %}{% trans "Language information not available." %}
{% endif %}