{% extends 'Kikapu/base.html' %} {% block content %} {% load static %}

{% if profile.image %} {% endif %}


{{user.first_name}} {{user.last_name}}

{{user.email}}

{% if profile.phone %}

{{profile.phone}}

{% endif %} {% if user.profile.bio %}

{{user.profile.bio}}

{% endif %} {% if user.profile.linkedin %} {% endif %} {% if user.profile.instagram %} {% endif %} {% if user.profile.facebook %} {% endif %}
Edit Profile
{% endblock %}