{% extends "base.html" %} {% block title %}View Job Seeker{% endblock %} {% block content %}
{{ user.email }} | {{ profile.phone }}
Address: {{ profile.address }}
Profile Completion: {{ completeness }}%
| Degree | Field | Institution | Period |
|---|---|---|---|
| {{ e.degree }} | {{ e.field_of_study }} | {{ e.institution }} | {{ e.start_date }} - {{ e.end_date }} |
| Position | Company | Period | Description |
|---|---|---|---|
| {{ w.position }} | {{ w.company_name }} | {{ w.start_date }} - {{ w.end_date }} | {{ w.description }} |
| Name | Position | Company | Phone | |
|---|---|---|---|---|
| {{ r.name }} | {{ r.position }} | {{ r.company }} | {{ r.email }} | {{ r.phone }} |