{% extends 'base.html' %} {% block content %} {% load static %}

Education Details

{% if eedu %}

Your Education details already added. Now you can only edit the record.

Post Graduate Course Name {{eedu.CoursePG}}
Post Graduate School/College {{eedu.SchoolCollegePG}}
Year of Passing in PG {{eedu.YearPassingPG}}
Percent in PG {{eedu.PercentagePG}}
Graduation Course Name {{eedu.CourseGra}}
Graduate School/College {{eedu.SchoolCollegeGra}}
Year of Passing in Graduation {{eedu.YearPassingGra}}
Percent in Graduation {{eedu.PercentageGra}}
SSC Course Name {{eedu.CourseSSC}}
SSC School/College {{eedu.SchoolCollegeSSC}}
Year of Passing in SSC {{eedu.YearPassingSSC}}
Percent in SSC {{eedu.PercentageSSC}}
HSC Course Name {{eedu.CourseHSC}}
HSC School/College {{eedu.SchoolCollegeHSC}}
Year of Passing in HSC {{eedu.YearPassingHSC}}
Percent in HSC {{eedu.PercentageHSC}}
{% else %}

Education Details


{% include 'includes/messages.html' %} {% csrf_token %}
Course Post Graduation
School/College Post Graduation
Year of Passing Post Graduation
Percentage in PG
Course Graduation
School/College Graduation
Year of Passing Graduation
Percentage in Graduation
Course SSC
School/College SSC
Year of Passing SSC
Percentage in SSC
Course HSC
School/College HSC
Year of Passing HSC
Percentage in HSC
{% endif %}
{% endblock %}