{% extends 'base.html' %} {% block title %}My Profile{% endblock %} {% block content %}

My Profile

{{ user_obj.get_full_name }}
{{ user_obj.email }}
{{ user_obj.phone_number }}
{{ user_obj.county }}
{{ user_obj.constituency }}
{{ user_obj.institution }}
{{ user_obj.course }}
{{ user_obj.registration_number }}
Student ID
{% if user_obj.student_id %} {% else %}
No student ID uploaded.
{% endif %}

If any of the above details are not correct, please contact the administrator for rectification.

{% endblock %}