{% extends 'student_navbar.html' %} {% block title %} Profile {% endblock %} {% block css %} {% endblock %} {% block body %}

{{user.id}}

{{user}}

{{user.get_full_name}}

{{user.email}}

{{user.student.phone}}

{{user.student.branch}}

{{user.student.classroom}}

{{user.student.roll_no}}

Edit Profile
{% endblock %}