{% extends "base.html" %} {% block sidebar %} {% if perms.auth.is_admin %} {% include "admin/components/sidebar.html" %} {% elif perms.auth.is_alumnus %} {% include "alumni/components/sidebar.html" %} {% elif perms.auth.is_student %} {% include "student/components/sidebar.html" %} {% endif %} {% endblock %} {% block content %}

Profile

Personal Info

Name : {{data.name}}
USN : {{data.usn}}
Phone: {{data.phone}}
Email : {{data.email}}
RV Email : {{data.rv_email}}
Date of Join :{{data.year_joined}}
Date of Graduation : {{data.year_passed}}

Current Status

Current Status : {{data.category.Category}}
Description : {{data.category.description}}


Higher Studies

College Name : {{data.higherstudies.college_name}}
Specialization : {{data.higherstudies.specialization}}
Degree : {{data.higherstudies.degree}}
Location : {{data.higherstudies.location}}
Graduated Date(Expected) : {{data.higherstudies.yearofgrad}}

Job

Company Name : {{data.job.company_name}}
Role : {{data.job.role}}
Location : {{data.job.location}}
Salary : {{data.job.salary}}
{% endblock %}