{% extends 'tutor/base_tutor.html' %} {% block content %}

Edit Profile

{% csrf_token %}

Education {# lower bound is 0 #} {% for edu in education %} {# Value starts from zero upto $('#total_edu').val()-1 #}
{{ edu.institute }}
{{ edu.degree }}, {{ edu.department }}
{{ edu.from_year|date:"Y" }} - {{ edu.to_year|date:"Y" }}, {{ edu.result }}
{% endfor %}
{% endblock content %}