{% extends "base.html" %} {% block title %}Edit Profile{% endblock %} {% block content %}

Complete Your Profile

Basic Information
Documents (Drag & Drop or Click)

Drag & drop or click to upload

{% if profile.cv_path %} {% endif %}

Drag & drop or click to upload

{% if profile.cover_letter_path %} {% endif %}

Drag & drop or click to upload

{% if profile.certificates_path %} {% endif %}

Drag & drop or click to upload

{% if profile.police_clearance_path %} {% endif %}
Job Categories (max 5)
{% for cat in all_categories %}
{% endfor %}
Education
{% for edu in education %}
{% endfor %}
Work Experience
{% for work in work_experience %}
{% endfor %}
References (at least 3)
{% for ref in references %}
{% endfor %}
Cancel
{% endblock %} {% block scripts %} {% endblock %}