{% if (start_dates_exp|length) > 0 %}

EXPERIENCE

{% for i in range(start_dates_exp|length) %}

{{job_titles[i]}}

{{companies[i]}}
{{start_dates_exp[i]}} - {{end_dates_exp[i]}}
{{cities_exp[i]}}, {{countries_exp[i]}}
  • {{description[i]}}
  • {% endfor %}
    {% endif %} {% if (project_title|length) > 0 %}

    PROJECTS

    {% for i in range(project_title|length) %}

    {{project_title[i]}}

    {{cities[i]}}
    {{start_dates_proj[i]}} - {{end_dates_proj[i]}}
    {{cities_proj[i]}}, {{countries_proj[i]}}
  • {{description_proj[i]}}
  • {% endfor %}
    {% endif %} {% if (certificate_title|length) > 0 %}

    CERTIFICATES

    {% for i in range(certificate_title|length) %}
    {{certificate_title[i]}}
    {{institute[i]}}
    {{course_hour[i]}}
    {{cities_certi[i]}}, {{countries_certi[i]}}
    {% endfor %}
    {% endif %}
    {% if (skill_names|length) > 0 %}

    SKILLS

    {% for i in range(skill_names|length) %}
    {{skill_names[i]}}
    {% endfor %}
    {% endif %} % if (degrees|length) > 0 %}

    EDUCATION

    {% for i in range(degrees|length) %}

    {{degrees[i]}}({{fields_of_study[i]}})

    {{institute_names[i]}}, {{cities[i]}}, {{countries[i]}}
    {{start_dates[i]}}-{{end_dates[i]}}
    {% endfor %}
    {% endif %}