{% extends "base.html" %} {% block title %}Profile{% endblock %} {% block body %}

Profile

Name
{{ user.name }}
Email
{{ user.email }}
id
{{ user.id }}
{% if (profile.image_file) %} {% endif %}
Edit Delete profile image
{% endblock %}