PERSONAL DETAILS
| Address |
{{address_1}}, {{address_2}}, {{city}}, {{country}} |
| Phone |
{{mobile}} |
| Mail |
{{email}} |
| Github |
{{github}} |
{% if (start_dates|length) > 0 %}
EDUCATION
{% for i in range(start_dates|length) %}
{{start_dates[i]}} - {{end_dates[i]}}
{{degrees[i]}}, {{fields_of_study[i]}}
{% endfor %}
{% for i in range(grades|length) %}
GPA/Percentage - {{grades[i]}}
{{institute_names[i]}}, {{cities[i]}}
{% endfor %}
{% endif %}
{% if (start_dates_exp|length) > 0 %}
WORK EXPERIENCE
{% for i in range(start_dates_exp|length) %}
{{start_dates_exp[i]}} - {{end_dates_exp[i]}}
{{job_titles[i]}}
{{companies[i]}} - {{cities_exp[i]}}, {{countries_exp[i]}}
{{description[i]}}
{% endfor %}
{% endif %}
{% if (skill_names|length) > 0 %}
SKILLS
{% for i in range(skill_names|length) %}
{{skill_names[i]}}
{% endfor %}
{% endif %}