{% if editable %} Edit profile {% endif %}
A portrait of {{ profile.name }}

{{ profile.name }} {% if profile.verification_set.first.verified %} {% endif %}

{{ profile.bio }}
{{ profile.location }}
{{ profile.gender }}

{{ profile.title }}

Education

{% for edu in education %}
{{ edu.institute }}
{{ edu.degree }}, {{ edu.department }}
{{ edu.from_year|date:"Y" }} - {{ edu.to_year|date:"Y" }}, {{ edu.result }}
{% endfor %}

Expertise

{{ profile.expertise}}

Tuition History

{% if work_history %} {% for work in work_history %}
{{ work.ad.title }}

{{ work.from_date|date:"M Y" }} - {{ work.to_date|date:"M Y" }}, {{ work.ad.std_count }} student(s), {{ work.ad.days }} days a week
{{ work.ad.grade }} ({{ work.ad.type }}), {{ work.ad.subjects }}

Salary
{{ work.ad.salary }}
{% endfor %} {% else %}

No history found.

{% endif %}