{% extends 'base.html' %} {% block title %}User Profile{% endblock %} {% load crispy_forms_tags %} {% load static %} {% block content %}
Profile Image

{{ user }}

Update Profile

Account Information

Email

{{ user.email }}

Phone

{{ user.get_decrypted_contact_number }}

Social Media

{% endblock %}