{% load static %}
Edit Resume
ResumeBuilder
Home
Create Resume
Templates
Logout
Edit Your Resume
{% csrf_token %}
Resume Details
Resume Title
Select Resume Template
{% for tpl in templates %}
{{ tpl|capfirst }}
{% endfor %}
Personal Information
{% with p=personal_info %}
Full Name
Email
Phone
Address
LinkedIn
GitHub
Portfolio
Date of Birth
Nationality
{% endwith %}
Education
{% with edu=education.first %}
Degree
Institution
Location
Start Year
End Year
Grade/CGPA
{% endwith %}
Work Experience
{% with ex=experience.first %}
Job Title
Company
Location
Start Date
End Date
Responsibilities
{{ ex.responsibilities|default_if_none:'' }}
{% endwith %}
Projects
{% with pr=projects.first %}
Project Title
Organization
Duration
Description
{{ pr.description|default_if_none:'' }}
Technologies
{% endwith %}
Skills
{% for skill in skills %}
Category
Technical
Soft Skill
Language
Skill Name
Remove
{% endfor %}
+ Add Skill
Certifications
{% with c=certifications.first %}
Certification Name
Issued By
Year
{% endwith %}
Achievements
{% with a=achievements.first %}
Title
Description
{{ a.description|default_if_none:'' }}
{% endwith %}
Extracurricular Activities
{% with e=extracurricular.first %}
Activity
Description
{{ e.description|default_if_none:'' }}
{% endwith %}
References
{% with r=references.first %}
Name
Designation
Company
Contact
{% endwith %}
Update Resume