{% load static %} Edit Resume

Edit Your Resume

{% csrf_token %}
Resume Details
{% for tpl in templates %}
{% endfor %}
Personal Information
{% with p=personal_info %}
{% endwith %}
Education
{% with edu=education.first %}
{% endwith %}
Work Experience
{% with ex=experience.first %}
{% endwith %}
Projects
{% with pr=projects.first %}
{% endwith %}
Skills
{% for skill in skills %}
{% endfor %}
Certifications
{% with c=certifications.first %}
{% endwith %}
Achievements
{% with a=achievements.first %}
{% endwith %}
Extracurricular Activities
{% with e=extracurricular.first %}
{% endwith %}
References
{% with r=references.first %}
{% endwith %}