{% extends 'base.html' %} {% load static %} {% block title %}Edit Profile - HAVEN GRAZURI ADVANCE{% endblock %} {% block content %}

Edit Profile

Update your personal information and profile settings.

Back to Profile
{% csrf_token %}

📷 Profile Image

Profile image

PNG, JPG, GIF up to 5MB. Image will be resized to 300x300px.

{% if user.profile_image %}
{% endif %}

👤 Basic Information

Account Information

{{ user.get_role_display }}
{{ user.get_status_display }}
Cancel
{% endblock %} {% block scripts %} {% endblock %}