{% extends 'base_layout.html' %} {% load static %} {% block title %} Fill Profile {% endblock %} {% block style %} {% endblock %} {% block content %}

Academic and General Information

{% csrf_token %}

Step I of III

JEE ADVANCED All India Rank

{{ProfileForm.adv_air}}

{{msg2}}

JEE MAINS All India Rank

{{ProfileForm.mains_air}}

{{msg1}}



Student's Home State

{{ProfileForm.state}}

Student's Category

{{ProfileForm.category}}


Student's Gender

{{ProfileForm.gender}}
{% endblock %}