{% extends 'Kikapu/base-profile.html' %} {% block content %} {% load static %}
Full Name(Jina): {{user.first_name}} {{user.last_name}}
E-mail Address: {{user.email}}
Phone Number(Simu): {{user.phone}}
Club(Timu): {{user.profile.club_name}}
Position: {{user.position}}
     
{% endblock %}