EXPERIENCE
{% for i in range(job_titles|length) %}
{% endfor %}
{{job_title}}
{{companies[i]}}
{{start_dates_exp[i]}} - {{end_dates_exp[i]}}
{{countries_exp[i]}}
-
{% for i in range(description|length) %}
- {{description[i]}} {% endfor %}
{% endfor %}
STUDY
{% for i in range(institute_names|length) %}
{% endfor %}
{{fields_of_study[i]}}
{{institute_names[i]}}
{{start_dates[i]}} - {{end_dates[i]}}
{{countries_exp[i]}}
{% endfor %}
COURSES
{% for i in range(course_names|length) %}
{% endfor %}
{{course_names[i]}}
{{issuers[i]}}
{{issues_on_dates[i]}}
{% endfor %}
RECOGNITIONS
{% for i in range(honor_titles|length) %}
{% endfor %}
{{honor_titles[i]}}
{{honor_issuers[i]}} {{honor_issued_dates[i]}}
{% endfor %}
SKILLS
-
{% for i in range(skill_names|length) %}
- {{skill_names[i]}} {% endfor %}
PROJECTS
{% for i in range(project_title|length) %}
{% endfor %}
{{project_title[i]}}
{{description_proj[i]}}
{{start_dates_proj[i]}} - {{end_dates_proj[i]}}
{% endfor %}